===========================================================================
| 96 | |
| 97 | //=========================================================================== |
| 98 | bool KeybGetShiftStatus() |
| 99 | { |
| 100 | return g_bShiftKey; |
| 101 | } |
| 102 | |
| 103 | //=========================================================================== |
| 104 | void KeybUpdateCtrlShiftStatus() |
no outgoing calls
no test coverage detected