Public Member Functions | |
| override void | Dispose () |
| KeyboardState (HPS.KeyboardState in_that) | |
| override HPS.Type | ObjectType () |
| void | Assign (HPS.KeyboardState in_that) |
| override bool | Equals (System.Object obj) |
| override int | GetHashCode () |
| bool | Equals (HPS.KeyboardState in_that) |
| void | Set (HPS.Key[] in_path, HPS.KeyboardEvent in_event, HPS.KeyboardCode[] in_keyboard_codes, HPS.ModifierKeys in_modifiers) |
| void | Set (HPS.Key[] in_path, HPS.KeyboardEvent in_event, HPS.KeyboardCode[] in_keyboard_codes) |
| HPS.KeyboardEvent | GetActiveEvent () |
| HPS.WindowKey | GetEventSource () |
| HPS.Key[] | GetEventPath () |
| ulong | GetKeyboardCodeCount () |
| HPS.KeyboardCode[] | GetKeyboardCodes () |
| bool | GetKeyState (HPS.KeyboardCode in_key_code) |
| HPS.ModifierKeys | GetModifierKeys () |
| void | SetActiveEvent (HPS.KeyboardEvent in_event) |
| void | SetEventPath (HPS.Key[] in_path) |
| void | SetKeyboardCodes (HPS.KeyboardCode[] in_keyboard_codes) |
| void | SetModifierKeys (HPS.ModifierKeys in_modifiers) |
Public Member Functions inherited from HPS.Object | |
| IntPtr | GetClassID () |
| Object (HPS.Object in_that) | |
| HPS.Type | Type () |
| virtual bool | Empty () |
| virtual void | Reset () |
| bool | HasType (HPS.Type in_mask) |
| IntPtr | GetInstanceID () |
Static Public Member Functions | |
| static bool | operator== (HPS.KeyboardState a, HPS.KeyboardState b) |
| static bool | operator!= (HPS.KeyboardState a, HPS.KeyboardState b) |
Static Public Member Functions inherited from HPS.Object | |
| static IntPtr | ClassID< T > () |
Protected Member Functions | |
| override void | deleteCptr () |
Protected Member Functions inherited from HPS.Object | |
| virtual IntPtr | GetNonDirectorClassID () |
Additional Inherited Members | |
Protected Attributes inherited from HPS.Object | |
| HandleRef | cptr |
| HandleRef | scptr |
| bool | cMemOwn |