Method OnKeyUp
OnKeyUp(Key)
Called when a key is released. Fires the KeyUp event.
void OnKeyUp(Key a)
Parameters
a
Key
Remarks
Drivers that do not support key release events will call this method after OnKeyDown(Key) processing is complete.
Called when a key is released. Fires the KeyUp event.
void OnKeyUp(Key a)
a
KeyDrivers that do not support key release events will call this method after OnKeyDown(Key) processing is complete.