OSRS Plugin API
Preparing search index...
osrs
Events
KeyUpCallback
Type Alias KeyUpCallback
KeyUpCallback
:
(
keycode
:
number
)
=>
void
The callback for
Events.KEY_UP
events.
Type Declaration
(
keycode
:
number
)
:
void
Parameters
keycode
:
number
the keycode of the key that was released.
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
OSRS Plugin API
Loading...
The callback for Events.KEY_UP events.