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. |
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.