- Timestamp:
- Oct 31, 2013 5:31:04 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/DarwinKeyboard.cpp
r49321 r49352 24 24 25 25 #define VBOX_WITH_KBD_LEDS_SYNC 26 //#define VBOX_WITH_KBD_SCROLL_LED_SYNC 26 27 //#define VBOX_WITHOUT_KBD_LEDS_SYNC_FILTERING 27 28 … … 1342 1343 rc = darwinLedElementSetValue(hidDevice, element, fCapsLockOn); 1343 1344 break; 1344 1345 #ifdef VBOX_WITH_KBD_SCROLL_LED_SYNC 1345 1346 case kHIDUsage_LED_ScrollLock: 1346 1347 rc = darwinLedElementSetValue(hidDevice, element, fScrollLockOn); 1347 1348 break; 1349 #endif 1348 1350 } 1349 1351 if (rc != 0) … … 1388 1390 rc = darwinLedElementGetValue(hidDevice, element, fCapsLockOn); 1389 1391 break; 1390 1392 #ifdef VBOX_WITH_KBD_SCROLL_LED_SYNC 1391 1393 case kHIDUsage_LED_ScrollLock: 1392 1394 rc = darwinLedElementGetValue(hidDevice, element, fScrollLockOn); 1393 1395 break; 1396 #endif 1394 1397 } 1395 1398 if (rc != 0)
Note:
See TracChangeset
for help on using the changeset viewer.