| 75 | } |
| 76 | |
| 77 | void take_screenshot(IRender_interface::ScreenshotMode mode, LPCSTR name) { ::Render->Screenshot(mode, name); } |
| 78 | |
| 79 | bool GetShift() { return !!pInput->iGetAsyncKeyState(DIK_LSHIFT) || !!pInput->iGetAsyncKeyState(DIK_RSHIFT); } |
| 80 | bool GetLAlt() { return !!pInput->iGetAsyncKeyState(DIK_LMENU); } |
nothing calls this directly
no test coverage detected