Changeset 47841 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Aug 19, 2013 1:20:58 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88130
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MouseImpl.h
r47804 r47841 26 26 27 27 /** Maximum number of devices supported */ 28 enum { MOUSE_MAX_DEVICES = 10};28 enum { MOUSE_MAX_DEVICES = 3 }; 29 29 /** Mouse driver instance data. */ 30 30 typedef struct DRVMAINMOUSE DRVMAINMOUSE, *PDRVMAINMOUSE;
Note:
See TracChangeset
for help on using the changeset viewer.