| 110 | } |
| 111 | |
| 112 | void cWindow::SetRelativeMouseMode(bool pEnable) { |
| 113 | |
| 114 | SDL_SetRelativeMouseMode(pEnable == true ? SDL_TRUE : SDL_FALSE); |
| 115 | } |
| 116 | |
| 117 | std::vector<cEvent>* cWindow::EventGet() { |
| 118 | return &mEvents; |
no outgoing calls
no test coverage detected