Searched refs:IMouse (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Frontends/VBoxFB/
H A DVBoxFB.cpp242 nsCOMPtr<IMouse> mouse;
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h503 struct IMouse;
557 typedef struct IMouse IMouse; typedef in typeref:struct:IMouse
2626 nsresult (*GetMouse)(IConsole *pThis, IMouse * *mouse);
3663 /* Start of struct IMouse Declaration */
3673 nsresult (*GetAbsoluteSupported)(IMouse *pThis, PRBool *absoluteSupported);
3676 IMouse *pThis,
3684 IMouse *pThis,
3693 struct IMouse struct
3697 /* End of struct IMouse Declaratio
[all...]
H A DVBoxCAPI_v3_2.h923 struct IMouse;
973 typedef struct IMouse IMouse; typedef in typeref:struct:IMouse
3303 nsresult (*GetMouse)(IConsole *pThis, IMouse * *mouse);
4318 /* Start of struct IMouse Declaration */
4328 nsresult (*GetAbsoluteSupported)(IMouse *pThis, PRBool *absoluteSupported);
4330 nsresult (*GetRelativeSupported)(IMouse *pThis, PRBool *relativeSupported);
4332 nsresult (*GetNeedsHostCursor)(IMouse *pThis, PRBool *needsHostCursor);
4335 IMouse *pThis,
4344 IMouse *pThi
4354 struct IMouse struct
[all...]
H A DVBoxCAPI_v4_0.h922 struct IMouse;
1026 typedef struct IMouse IMouse; typedef in typeref:struct:IMouse
3518 nsresult (*GetMouse)(IConsole *pThis, IMouse * *mouse);
4601 /* Start of struct IMouse Declaration */
4611 nsresult (*GetAbsoluteSupported)(IMouse *pThis, PRBool *absoluteSupported);
4613 nsresult (*GetRelativeSupported)(IMouse *pThis, PRBool *relativeSupported);
4615 nsresult (*GetNeedsHostCursor)(IMouse *pThis, PRBool *needsHostCursor);
4617 nsresult (*GetEventSource)(IMouse *pThis, IEventSource * *eventSource);
4620 IMouse *pThi
4639 struct IMouse struct
[all...]
H A DVBoxCAPI_v4_1.h923 struct IMouse;
1029 typedef struct IMouse IMouse; typedef in typeref:struct:IMouse
3739 nsresult (*GetMouse)(IConsole *pThis, IMouse * *mouse);
4977 /* Start of struct IMouse Declaration */
4987 nsresult (*GetAbsoluteSupported)(IMouse *pThis, PRBool *absoluteSupported);
4989 nsresult (*GetRelativeSupported)(IMouse *pThis, PRBool *relativeSupported);
4991 nsresult (*GetNeedsHostCursor)(IMouse *pThis, PRBool *needsHostCursor);
4993 nsresult (*GetEventSource)(IMouse *pThis, IEventSource * *eventSource);
4996 IMouse *pThi
5015 struct IMouse struct
[all...]
H A DVBoxCAPI_v4_2.h931 struct IMouse;
1047 typedef struct IMouse IMouse; typedef in typeref:struct:IMouse
4083 nsresult (*GetMouse)(IConsole *pThis, IMouse * *mouse);
5899 /* Start of struct IMouse Declaration */
5909 nsresult (*GetAbsoluteSupported)(IMouse *pThis, PRBool *absoluteSupported);
5911 nsresult (*GetRelativeSupported)(IMouse *pThis, PRBool *relativeSupported);
5913 nsresult (*GetNeedsHostCursor)(IMouse *pThis, PRBool *needsHostCursor);
5915 nsresult (*GetEventSource)(IMouse *pThis, IEventSource * *eventSource);
5918 IMouse *pThi
5937 struct IMouse struct
[all...]
H A DVBoxCAPI_v3_0.h929 struct IMouse;
985 typedef struct IMouse IMouse; typedef in typeref:struct:IMouse
3164 nsresult (*GetMouse)(IConsole *pThis, IMouse * *mouse);
4216 /* Start of struct IMouse Declaration */
4226 nsresult (*GetAbsoluteSupported)(IMouse *pThis, PRBool *absoluteSupported);
4229 IMouse *pThis,
4237 IMouse *pThis,
4246 struct IMouse struct
4250 /* End of struct IMouse Declaratio
[all...]
H A DVBoxCAPI_v3_1.h922 struct IMouse;
971 typedef struct IMouse IMouse; typedef in typeref:struct:IMouse
3181 nsresult (*GetMouse)(IConsole *pThis, IMouse * *mouse);
4112 /* Start of struct IMouse Declaration */
4122 nsresult (*GetAbsoluteSupported)(IMouse *pThis, PRBool *absoluteSupported);
4125 IMouse *pThis,
4134 IMouse *pThis,
4144 struct IMouse struct
4148 /* End of struct IMouse Declaratio
[all...]
H A DVBoxCAPI_v4_3.h1210 interface IMouse; variable
1353 typedef interface IMouse IMouse; typedef
7053 nsresult (*GetMouse)(IConsole *pThis, IMouse * *mouse);
7224 nsresult (*GetMouse)(IConsole *pThis, IMouse * *mouse);
11864 /* Start of struct IMouse declaration */
11877 nsresult (*GetAbsoluteSupported)(IMouse *pThis, PRBool *absoluteSupported);
11879 nsresult (*GetRelativeSupported)(IMouse *pThis, PRBool *relativeSupported);
11881 nsresult (*GetMultiTouchSupported)(IMouse *pThis, PRBool *multiTouchSupported);
11883 nsresult (*GetNeedsHostCursor)(IMouse *pThi
[all...]
/vbox/src/VBox/Main/include/
H A DConsoleImpl.h82 * to the COM interface (IKeyboard, IMouse, IDisplay, etc.). When the driver is
299 HRESULT getMouse(ComPtr<IMouse> &aMouse);
/vbox/src/VBox/Frontends/VBoxHeadless/
H A DVBoxHeadless.cpp335 ComPtr<IMouse> mouse;
/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp2864 IMouse *pMouse = pThis->mConsole->i_getMouse();
H A DConsoleImpl.cpp1923 HRESULT Console::getMouse(ComPtr<IMouse> &aMouse)
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp203 static ComPtr<IMouse> gpMouse;

Completed in 301 milliseconds