| 567 | } |
| 568 | |
| 569 | void AppImplLinux::registerWindowEvents( WindowImplLinux* window ) |
| 570 | { |
| 571 | GlfwCallbacks::registerWindowEvents( window->getNative(), this, window->getWindow() ); |
| 572 | } |
| 573 | |
| 574 | void AppImplLinux::unregisterWindowEvents( WindowImplLinux* window ) |
| 575 | { |
no test coverage detected