------------------------------------------------------------------------------
| 332 | |
| 333 | //------------------------------------------------------------------------------ |
| 334 | void Input::activate() |
| 335 | { |
| 336 | smActive = true; |
| 337 | |
| 338 | enableMouse(); |
| 339 | // enableKeyboard(); |
| 340 | } |
| 341 | |
| 342 | //------------------------------------------------------------------------------ |
| 343 | void Input::deactivate() |
nothing calls this directly
no test coverage detected