Files
Kevin 93f7ef0e6f fix: change keyCode to action (#667)
* fix: change keyCode to action

The int passed to the keyPressed function represents the action instead of the keyCode. The keyCode is inside the keyEvent. The action is 1 for key pressed and 0 for key released.

* fix: wrong parameter in NeoForge
2025-10-14 08:10:25 +08:00
..
2025-10-02 18:09:51 +08:00
2023-11-17 23:07:29 +08:00