You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 15, 2023. It is now read-only.
Some keys are like toggles - caps lock and num lk. In order the change the state of the modifier user has to press and release the button. Game might use this information somehow.
At the moment the keyboard package does not provide such information. Maybe we can add an API for checking the state of mentioned buttons. Something like:
keyboard.CapsLockOn()
keyboard.NumLockOn()
The text was updated successfully, but these errors were encountered:
Some keys are like toggles - caps lock and num lk. In order the change the state of the modifier user has to press and release the button. Game might use this information somehow.
At the moment the
keyboard
package does not provide such information. Maybe we can add an API for checking the state of mentioned buttons. Something like:The text was updated successfully, but these errors were encountered: