跳至主要內容

KeyBindEvents

芒果凍布丁2025年3月29日小於 1 分鐘

登錄 Startup

事件名稱說明
KeyBindEvents.register註冊按鍵綁定

修改 Startup

事件名稱說明
KeyBindEvents.modify修改按鍵綁定

監聽 Client

事件名稱說明
KeyBindEvents.firstKeyPress按鍵剛按下時觸發一次
KeyBindEvents.firstKeyPressInGui按鍵剛按下時觸發一次(僅在 GUI 中)
KeyBindEvents.keyPress按鍵按下時持續觸發
KeyBindEvents.keyPressInGui按鍵按下時持續觸發(僅在 GUI 中)
KeyBindEvents.keyRelease按鍵鬆開時觸發一次
KeyBindEvents.keyReleaseInGui按鍵鬆開時觸發一次(僅在 GUI 中)
上次編輯於: 2025/3/29 上午5:04:42
貢獻者: Mango