Notification when guest mouse event happens. More...
Public Attributes | |
readonly attribute GuestMouseEventMode | mode |
If this event is relative, absolute or multi-touch. | |
readonly attribute long | x |
New X position, or X delta. | |
readonly attribute long | y |
New Y position, or Y delta. | |
readonly attribute long | z |
Z delta. | |
readonly attribute long | w |
W delta. | |
readonly attribute long | buttons |
Button state bitmask. |
Notification when guest mouse event happens.
{179F8647-319C-4E7E-8150-C5837BD265F6}
readonly attribute GuestMouseEventMode IGuestMouseEvent::mode |
If this event is relative, absolute or multi-touch.
readonly attribute long IGuestMouseEvent::x |
New X position, or X delta.
readonly attribute long IGuestMouseEvent::y |
New Y position, or Y delta.
readonly attribute long IGuestMouseEvent::z |
Z delta.
readonly attribute long IGuestMouseEvent::w |
W delta.
readonly attribute long IGuestMouseEvent::buttons |
Button state bitmask.