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