===========================================================================
| 449 | |
| 450 | //=========================================================================== |
| 451 | void KeybToggleCapsLock () |
| 452 | { |
| 453 | if (!IS_APPLE2) |
| 454 | { |
| 455 | g_bCapsLock = (GetKeyState(VK_CAPITAL) & 1); |
| 456 | GetFrame().FrameRefreshStatus(DRAW_LEDS | DRAW_DISK_STATUS); |
| 457 | } |
| 458 | } |
| 459 | |
| 460 | //=========================================================================== |
| 461 |
no test coverage detected