Changeset 95368 in vbox for trunk/src/VBox/Main/include/ConsoleImpl.h
- Timestamp:
- Jun 24, 2022 7:41:25 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r94804 r95368 122 122 virtual void i_onMouseCapabilityChange(BOOL supportsAbsolute, 123 123 BOOL supportsRelative, 124 BOOL supportsMT, 125 BOOL needsHostCursor){NOREF(supportsAbsolute); NOREF(supportsRelative); NOREF(supportsMT); NOREF(needsHostCursor);} 124 BOOL supportsTouchScreen, 125 BOOL supportsTouchPad, 126 BOOL needsHostCursor) 127 { 128 RT_NOREF(supportsAbsolute, supportsRelative, supportsTouchScreen, supportsTouchPad, needsHostCursor); 129 } 126 130 }; 127 131 … … 277 281 uint32_t cbShape); 278 282 void i_onMouseCapabilityChange(BOOL supportsAbsolute, BOOL supportsRelative, 279 BOOL supportsMT, BOOL needsHostCursor); 283 BOOL supportsTouchScreen, BOOL supportsTouchPad, 284 BOOL needsHostCursor); 280 285 void i_onStateChange(MachineState_T aMachineState); 281 286 void i_onAdditionsStateChange();
Note:
See TracChangeset
for help on using the changeset viewer.