跳至主要內容

KeyBindEvents

芒果凍布丁2025年5月17日小于 1 分钟

登录 Startup

事件名称说明
KeyBindEvents.register注册按键绑定

修改 Startup

事件名称说明
KeyBindEvents.modify修改按键绑定

监听 Client

事件名称说明
KeyBindEvents.firstKeyPress按键刚按下时触发一次
KeyBindEvents.firstKeyPressInGui按键刚按下时触发一次(仅在 GUI 中)
KeyBindEvents.keyPress按键按下时持续触发
KeyBindEvents.keyPressInGui按键按下时持续触发(仅在 GUI 中)
KeyBindEvents.keyRelease按键松开时触发一次
KeyBindEvents.keyReleaseInGui按键松开时触发一次(仅在 GUI 中)

贡献者