| 412 | } |
| 413 | |
| 414 | void *MSWindowsScreen::getEventTarget() const |
| 415 | { |
| 416 | return const_cast<MSWindowsScreen *>(this); |
| 417 | } |
| 418 | |
| 419 | bool MSWindowsScreen::getClipboard(ClipboardID, IClipboard *dst) const |
| 420 | { |
nothing calls this directly
no outgoing calls
no test coverage detected