C# Syntax
public static KeyboardEventInfo CreateKeyboardEventInfo( KeyboardEvent keyboardEvent, long when, int modifiers, int keyCode, char keyChar, int keyLocation )
Parameters
- keyboardEvent
- The KeyboardEvent to create the KeyboardEventInfo for.
- when
- The time the event occurred.
- modifiers
- A mask of values of HP.LFT.SDK.KeyModifier representing the modifier keys down during event.
- keyCode
- The key pressed.
- keyChar
- the Unicode character generated by this event.
- keyLocation
- The location of the key that originated this key event.
Return Value