Classes | |
| class | IlvAbstractEventAccessor |
| Abstract class handling event behaviors, usually mouse or keyboard events. More... | |
| class | IlvEventAccessor |
| Handling events behavior (usually mouse or keyboard events). More... | |
Enumerations | |
| enum | IlvEventAccessorData { IlvEventAccessorType, IlvEventAccessorDetail, IlvEventAccessorModifiers, IlvEventAccessorX, IlvEventAccessorY, IlvEventAccessorGlobalX, IlvEventAccessorGlobalY } |
Type of event information captured by an IlvEventAccessor. More... | |
Library: ilvproto
Declaration of the IlvEventAccessor class and subclasses.
| enum IlvEventAccessorData |
Type of event information captured by an IlvEventAccessor.
IlvEventAccessor, IlvEvent. | Enumerator | |
|---|---|
| IlvEventAccessorType | The accessor will set the attribute to the type of the captured event.
|
| IlvEventAccessorDetail | The accessor will set the attribute to the detail of the captured event.
|
| IlvEventAccessorModifiers | The accessor will set the attribute to the modifiers of the captured event.
|
| IlvEventAccessorX | The accessor will set the attribute to the current X position of the pointer, relative to the View the event was sent in.
|
| IlvEventAccessorY | The accessor will set the attribute to the current Y position of the pointer, relative to the View the event was sent in.
|
| IlvEventAccessorGlobalX | The accessor will set the attribute to the current X position of the pointer, given in screen coordinates.
|
| IlvEventAccessorGlobalY | The accessor will set the attribute to the current Y position of the pointer, given in screen coordinates.
|