|
override HPS.Event | Clone () |
| Allocates and returns a copy of this KeyboardEvent. More...
|
|
override void | Dispose () |
|
override bool | Equals (System.Object obj) |
|
virtual bool | Equals (HPS.KeyboardEvent in_that) |
| Check if the source object is equivalent to this object. More...
|
|
override int | GetHashCode () |
|
| KeyboardEvent () |
| The default constructor creates a KeyboardEvent object with no current action nor any keyboard codes. More...
|
|
| KeyboardEvent (HPS.KeyboardEvent.Action in_action, HPS.ModifierKeys in_modifiers) |
| This constructor creates a KeyboardEvent object for a given action without any keyboard codes. More...
|
|
| KeyboardEvent (HPS.KeyboardEvent.Action in_action) |
| This constructor creates a KeyboardEvent object for a given action without any keyboard codes. More...
|
|
| KeyboardEvent (HPS.KeyboardEvent.Action in_action, HPS.KeyboardCode[] in_keyboardcodes, HPS.ModifierKeys in_modifiers) |
| This constructor creates a KeyboardEvent object for a given action with a list of keyboard codes. More...
|
|
| KeyboardEvent (HPS.KeyboardEvent.Action in_action, HPS.KeyboardCode[] in_keyboardcodes) |
| This constructor creates a KeyboardEvent object for a given action with a list of keyboard codes. More...
|
|
| KeyboardEvent (HPS.Event in_event) |
| This constructor converts an EventObject to a MouseEvent object. More...
|
|
| KeyboardEvent (HPS.KeyboardEvent in_that) |
|
delegate IntPtr | KeyboardEventDelegate_0 (IntPtr cPtr) |
|
delegate bool | KeyboardEventDelegate_1 (IntPtr cPtr, IntPtr in_that) |
|
delegate bool | KeyboardEventDelegate_2 (IntPtr cPtr, IntPtr in_that) |
|
delegate bool | KeyboardEventDelegate_3 (IntPtr cPtr, IntPtr in_that_event) |
|
delegate IntPtr | KeyboardEventDelegate_4 (IntPtr cPtr) |
|
void | SetKeyboardCodes (HPS.KeyboardCode[] in_keyboardcodes) |
| Sets the keyboard codes for this KeyboardEvent. More...
|
|
override bool | Equals (System.Object obj) |
|
virtual bool | Equals (HPS.InputEvent in_that) |
| Check if the source object is equivalent to this object. More...
|
|
override int | GetHashCode () |
|
HPS.ModifierKeys | GetModifierKeys () |
| Queries which modifier keys are active More...
|
|
| InputEvent () |
| This constructor creates a default InputEvent object. More...
|
|
| InputEvent (HPS.ModifierKeys in_modifiers) |
| This constructor creates a new InputEvent with the specified modifier keys initialized. More...
|
|
| InputEvent (HPS.InputEvent in_that) |
|
delegate IntPtr | InputEventDelegate_0 (IntPtr cPtr) |
|
delegate bool | InputEventDelegate_1 (IntPtr cPtr, IntPtr in_that) |
|
delegate bool | InputEventDelegate_2 (IntPtr cPtr, IntPtr in_that_event) |
|
delegate IntPtr | InputEventDelegate_3 (IntPtr cPtr) |
|
virtual bool | Drop (HPS.Event in_that_event) |
| This optional function is used to determine if the current event can be dropped based on the following event in the queue. More...
|
|
delegate void | DtorDelegate (IntPtr cPtr) |
|
| Event (IntPtr in_channel) |
| A constructor for generating events from built-in or custom event ID's. More...
|
|
| Event () |
| A constructor for generating events from built-in or custom event ID's. More...
|
|
| Event (HPS.Event in_that) |
|
delegate IntPtr | EventDelegate_0 (IntPtr cPtr) |
|
delegate bool | EventDelegate_1 (IntPtr cPtr, IntPtr in_that_event) |
|
delegate IntPtr | EventDelegate_2 (IntPtr cPtr) |
|
virtual IntPtr | Freshen () |
| This optional function is used to determine if the current event can be dropped in favor of newer event of the same type if one is available. More...
|
|
IntPtr | GetChannel () |
| Returns the channel ID assigned to an event. More...
|
|
IntPtr | GetClassID () |
|
double | GetTimeStamp () |
| Returns the time an event was injected into the event queue. More...
|
|
bool | IsConsumable () |
| Indicates whether an event will be consumed when it is handled or passed on to the next handler anyway. More...
|
|
The KeyboardEvent class is the event generated for each key press and release.