| 808 | } |
| 809 | |
| 810 | void MSWindowsScreen::destroyWindow(HWND hwnd) const |
| 811 | { |
| 812 | if (hwnd != nullptr) { |
| 813 | DestroyWindow(hwnd); |
| 814 | } |
| 815 | } |
| 816 | |
| 817 | void MSWindowsScreen::sendEvent(EventTypes type, void *data) |
| 818 | { |
nothing calls this directly
no outgoing calls
no test coverage detected