|
enum | Action { None = 0,
KeyDown = 1,
KeyUp = 2
} |
|
enum | Status { InProgress = 0,
Completed = 1,
Failed = 2
} |
|
|
override void | Dispose () |
|
| KeyboardEvent (HPS.KeyboardEvent.Action in_action, HPS.ModifierKeys in_modifiers) |
|
| KeyboardEvent (HPS.KeyboardEvent.Action in_action) |
|
| KeyboardEvent (HPS.KeyboardEvent.Action in_action, HPS.KeyboardCode[] in_keyboardcodes, HPS.ModifierKeys in_modifiers) |
|
| KeyboardEvent (HPS.KeyboardEvent.Action in_action, HPS.KeyboardCode[] in_keyboardcodes) |
|
| KeyboardEvent (HPS.Event in_event) |
|
| KeyboardEvent (HPS.KeyboardEvent in_that) |
|
override HPS.Event | Clone () |
|
override bool | Equals (System.Object obj) |
|
override int | GetHashCode () |
|
virtual bool | Equals (HPS.KeyboardEvent in_that) |
|
void | SetKeyboardCodes (HPS.KeyboardCode[] in_keyboardcodes) |
|
| InputEvent (HPS.ModifierKeys in_modifiers) |
|
| InputEvent (HPS.InputEvent in_that) |
|
override bool | Equals (System.Object obj) |
|
override int | GetHashCode () |
|
virtual bool | Equals (HPS.InputEvent in_that) |
|
HPS.ModifierKeys | GetModifierKeys () |
|
IntPtr | GetClassID () |
|
| Event (IntPtr in_channel) |
|
| Event (HPS.Event in_that) |
|
virtual bool | Drop (HPS.Event in_that_event) |
|
virtual IntPtr | Freshen () |
|
IntPtr | GetChannel () |
|
double | GetTimeStamp () |
|
bool | IsConsumable () |
|
delegate IntPtr | EventDelegate_0 () |
|
delegate bool | EventDelegate_1 (IntPtr in_that_event) |
|
delegate IntPtr | EventDelegate_2 () |
|
delegate void | DtorDelegate (IntPtr cPtr) |
|
|
override void | deleteCptr () |
|
void | DtorCallback (IntPtr p) |
|
virtual IntPtr | GetNonDirectorClassID () |
|
|
HPS.KeyboardCode[] | KeyboardCodes [get, set] |
|
HPS.KeyboardEvent.Action | CurrentAction [get, set] |
|
HPS.ModifierKeys | ModifierKeyState [get, set] |
|
|
HandleRef | cptr |
|
HandleRef | scptr |
|
bool | cMemOwn |
|
The documentation for this class was generated from the following file:
- C:/git/visualize/hps/internals/hps_core/source/cs/HPS.KeyboardEvent.cs