Changeset 47208 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jul 17, 2013 11:01:51 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 87321
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MouseImpl.h
r47190 r47208 66 66 STDMETHOD(PutMouseEventAbsolute)(LONG x, LONG y, LONG dz, LONG dw, 67 67 LONG buttonState); 68 STDMETHOD(PutMouseEventMultiTouch)(LONG x, LONG y, LONG contactID, 69 BOOL inContact); 68 70 STDMETHOD(COMGETTER(EventSource)) (IEventSource ** aEventSource); 69 71 … … 117 119 118 120 uint32_t mfVMMDevGuestCaps; /** We cache this to avoid access races */ 119 int32_t mcLast AbsX;120 int32_t mcLast AbsY;121 int32_t mcLastX; 122 int32_t mcLastY; 121 123 uint32_t mfLastButtons; 122 124
Note:
See TracChangeset
for help on using the changeset viewer.