Changeset 96909 in vbox for trunk/src/VBox/Main/include/MouseImpl.h
- Timestamp:
- Sep 27, 2022 11:24:45 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MouseImpl.h
r96407 r96909 127 127 HRESULT i_putEventMultiTouch(LONG aCount, const LONG64 *paContacts, BOOL isTouchScreen, ULONG aScanTime); 128 128 129 void i_getDeviceCaps(bool *pfAbs, bool *pfRel, bool *pfTS, bool *pfTP);129 uint32_t i_getDeviceCaps(void); 130 130 void i_sendMouseCapsNotifications(void); 131 131 bool i_guestNeedsHostCursor(void); 132 132 bool i_vmmdevCanAbs(void); 133 133 bool i_deviceCanAbs(void); 134 bool i_supportsAbs(uint32_t fCaps) const; 134 135 bool i_supportsAbs(void); 135 136 bool i_supportsRel(void);
Note:
See TracChangeset
for help on using the changeset viewer.