跳至主要內容

KeyBindEvents

芒果凍布丁2025年5月25日小於 1 分鐘

登錄 Startup

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

修改 Startup

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

監聽 Client

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