| VirtualBox Main API
    | 
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. | |
|  Public Attributes inherited from IReusableEvent | |
| readonly attribute unsigned long | generation | 
| Current generation of event, incremented on reuse. | |
|  Public Attributes inherited from IEvent | |
| 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 | |
|  Public Member Functions inherited from IReusableEvent | |
| void | reuse () | 
| Marks an event as reused, increments 'generation', fields shall no longer be considered valid. | |
|  Public Member Functions inherited from IEvent | |
| 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 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.