Changeset 33061 in vbox for trunk/src/VBox/Main/include/MouseImpl.h
- Timestamp:
- Oct 12, 2010 12:42:20 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 66588
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MouseImpl.h
r32829 r33061 22 22 #include "ConsoleEvents.h" 23 23 #include "ConsoleImpl.h" 24 #ifndef VBOXBFE_WITHOUT_COM 25 #include "EventImpl.h" 26 #endif 24 27 #include <VBox/pdmdrv.h> 25 28 … … 68 71 STDMETHOD(PutMouseEventAbsolute)(LONG x, LONG y, LONG dz, LONG dw, 69 72 LONG buttonState); 73 #ifndef VBOXBFE_WITHOUT_COM 74 STDMETHOD(COMGETTER(EventSource)) (IEventSource ** aEventSource); 75 #endif 70 76 71 77 static const PDMDRVREG DrvReg; … … 125 131 uint32_t mLastAbsY; 126 132 uint32_t mLastButtons; 133 134 #ifndef VBOXBFE_WITHOUT_COM 135 const ComObjPtr<EventSource> mEventSource; 136 VBoxEventDesc mMouseEvent; 137 #endif 127 138 }; 128 139
Note:
See TracChangeset
for help on using the changeset viewer.