| 406 | } |
| 407 | |
| 408 | int WINAPI ProcessViewerEventW(int Event, void *Param) |
| 409 | { |
| 410 | return Plugin()->ProcessEditorViewerEvent(-1, Event); |
| 411 | } |
| 412 | |
| 413 | INT_PTR WINAPI ProcessViewerEventW3(void* p) |
| 414 | { |
nothing calls this directly
no test coverage detected