| 386 | } |
| 387 | |
| 388 | int WINAPI ProcessEditorEvent(int Event, void *Param) |
| 389 | { |
| 390 | return Plugin()->ProcessEditorViewerEvent(Event, -1); |
| 391 | } |
| 392 | |
| 393 | int WINAPI ProcessEditorEventW(int Event, void *Param) |
| 394 | { |
nothing calls this directly
no test coverage detected