| 163 | } |
| 164 | |
| 165 | void WindowSetDeviceState(HWindow window, WindowDeviceState state, bool op1, bool op2) |
| 166 | { |
| 167 | dmPlatform::SetDeviceState(window, state, op1, op2); |
| 168 | } |
| 169 | |
| 170 | bool WindowGetDeviceState(HWindow window, WindowDeviceState state, int32_t op1) |
| 171 | { |
nothing calls this directly
no test coverage detected