VirtualBox Main API
|
Notification when guest touch screen event happens. More...
Public Attributes | |
readonly attribute long | contactCount |
Number of contacts in the event. | |
readonly attribute short[] | xPositions |
X positions. | |
readonly attribute short[] | yPositions |
Y positions. | |
readonly attribute unsigned short[] | contactIds |
Contact identifiers. | |
readonly attribute unsigned short[] | contactFlags |
Contact state. | |
readonly attribute unsigned long | scanTime |
Timestamp of the event in milliseconds. | |
![]() | |
readonly attribute VBoxEventType | type |
Event type. | |
readonly attribute IEventSource | source |
Source of this event. | |
readonly attribute boolean | waitable |
If we can wait for this event being processed. |
Additional Inherited Members | |
![]() | |
void | setProcessed () |
Internal method called by the system when all listeners of a particular event have called IEventSource::eventProcessed. | |
void | waitProcessed (in long timeout,[retval] out boolean result) |
Wait until time outs, or this event is processed. |
Notification when guest touch screen event happens.
{BE8A0EB5-F4F4-4DD0-9D30-C89B873247EC}
readonly attribute long IGuestMultiTouchEvent::contactCount |
Number of contacts in the event.
readonly attribute short [] IGuestMultiTouchEvent::xPositions |
X positions.
readonly attribute short [] IGuestMultiTouchEvent::yPositions |
Y positions.
readonly attribute unsigned short [] IGuestMultiTouchEvent::contactIds |
Contact identifiers.
readonly attribute unsigned short [] IGuestMultiTouchEvent::contactFlags |
Contact state.
Bit 0: in contact. Bit 1: in range.
readonly attribute unsigned long IGuestMultiTouchEvent::scanTime |
Timestamp of the event in milliseconds.
Only relative time between events is important.