| 36 | } |
| 37 | |
| 38 | APIEventServer::APIEventServer() { |
| 39 | OPENKNEEBOARD_TraceLoggingScope("APIEventServer::APIEventServer()"); |
| 40 | dprint("{}", __FUNCTION__); |
| 41 | } |
| 42 | |
| 43 | void APIEventServer::Start() { |
| 44 | mStop = {}; |
nothing calls this directly
no outgoing calls
no test coverage detected