| 110 | } |
| 111 | |
| 112 | WindowImplLinux::~WindowImplLinux() |
| 113 | { |
| 114 | mAppImpl->unregisterWindowEvents( this ); |
| 115 | } |
| 116 | |
| 117 | void WindowImplLinux::setFullScreen( bool fullScreen, const app::FullScreenOptions &options ) |
| 118 | { |
nothing calls this directly
no test coverage detected