Searched defs:mouse (Results 1 - 19 of 19) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dprotocol-common.h79 DeviceIntPtr mouse; member in struct:devices
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dprotocol-common.h79 DeviceIntPtr mouse; member in struct:devices
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dprotocol-common.h84 DeviceIntPtr mouse; member in struct:devices
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dprotocol-common.h84 DeviceIntPtr mouse; member in struct:devices
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dprotocol-common.h84 DeviceIntPtr mouse; member in struct:devices
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dprotocol-common.h84 DeviceIntPtr mouse; member in struct:devices
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dprotocol-common.h84 DeviceIntPtr mouse; member in struct:devices
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dprotocol-common.h84 DeviceIntPtr mouse; member in struct:devices
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dprotocol-common.h79 DeviceIntPtr mouse; member in struct:devices
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dprotocol-common.h79 DeviceIntPtr mouse; member in struct:devices
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dprotocol-common.h79 DeviceIntPtr mouse; member in struct:devices
/vbox/src/VBox/Frontends/VBoxFB/
H A DVBoxFB.cpp242 nsCOMPtr<IMouse> mouse; local
337 console->GetMouse(getter_AddRefs(mouse));
542 mouse->PutMouseEvent(mouseXDelta, mouseYDelta, mouseZDelta,
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMouseHandler.cpp76 /* Factory function to create mouse-handler: */
80 /* Prepare mouse-handler: */
85 /* For now all the states using common mouse-handler: */
95 /* Return prepared mouse-handler: */
99 /* Factory function to destroy mouse-handler: */
102 /* Delete mouse-handler: */
125 /* Make machine-view notify mouse-handler about frame-buffer resize: */
142 /* Check if we should release mouse first: */
170 /* Do not try to capture mouse if its captured already: */
177 /* Store mouse
493 CMouse& UIMouseHandler::mouse() const function in class:UIMouseHandler
[all...]
H A DUISession.h110 /** Returns the console's mouse instance. */
111 CMouse& mouse() { return m_mouse; } function in class:UISession
139 /** Returns the mouse-capture policy. */
207 /** Returns mouse-state. */
263 /** Notifies listeners about mouse state-change. */
399 /** Holds the console's mouse instance. */
440 /** Holds the mouse-capture policy. */
499 /** Holds the mouse-state. */
H A DUIMachineLogic.cpp287 CMouse& UIMachineLogic::mouse() const function in class:UIMachineLogic
289 return uisession()->mouse();
1118 /* Create keyboard/mouse handlers: */
1260 /* Cleanup mouse-handler: */
1340 /* Disable/Enable mouse-integration for all view(s): */
/vbox/src/VBox/Frontends/VBoxHeadless/
H A DVBoxHeadless.cpp332 /* Emit absolute mouse event to actually enable the host mouse cursor. */
335 ComPtr<IMouse> mouse; local
336 gConsole->COMGETTER(Mouse)(mouse.asOutParam());
337 if (mouse)
339 mouse->PutMouseEventAbsolute(-1, -1, 0, 0 /* Horizontal wheel */, 0);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dserver_protocol.h298 } mouse; member in union:hardware_msg_data::__anon14189
338 } mouse; member in union:__anon14192
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinuser.h523 RAWMOUSE mouse; member in union:tagRAWINPUT::__anon14595
564 RID_DEVICE_INFO_MOUSE mouse; member in union:tagRID_DEVICE_INFO::__anon14596
802 #define ODS_HOTLIGHT 0x0040 /* Highlighted when under mouse */
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinuser.h521 RAWMOUSE mouse; member in union:tagRAWINPUT::__anon1901
562 RID_DEVICE_INFO_MOUSE mouse; member in union:tagRID_DEVICE_INFO::__anon1902
785 #define ODS_HOTLIGHT 0x0040 /* Highlighted when under mouse */
1216 /* Non-client mouse messages */
3867 /* Key status flags for mouse events */

Completed in 212 milliseconds