game-inputs icon indicating copy to clipboard operation
game-inputs copied to clipboard

A simple module for abstracting key/mouse input for games. Demo:

Results 2 game-inputs issues
Sort by recently updated
recently updated
newest added

Ideally this library should know how to consume joystick events and send them to a binding. Have not looked into it carefully yet, though.

enhancement

When both the left and right mouse keys are released at the same, the release of the left mouse key is not detected. Whichever mouse key was pressed first is...