onKeyRelease(k: Key | Key[], action: (k: Key)=>void): KEventController

Register an event that runs when user release certain keys.

paramk- The key(s) to listen for.

paramaction- The function to run when the event is triggered.

returnsThe event controller.

sincev2000.1

kaplay logo

Misc

Layer