| 401 | } |
| 402 | |
| 403 | int WINAPI ProcessViewerEvent(int Event, void *Param) |
| 404 | { |
| 405 | return Plugin()->ProcessEditorViewerEvent(-1, Event); |
| 406 | } |
| 407 | |
| 408 | int WINAPI ProcessViewerEventW(int Event, void *Param) |
| 409 | { |
nothing calls this directly
no test coverage detected