| 36 | }// namespace OpenKneeboard |
| 37 | |
| 38 | static void push_arg_error(lua_State* state) { |
| 39 | lua_pushliteral(state, "2 string arguments are required\n"); |
| 40 | lua_error(state); |
| 41 | } |
| 42 | |
| 43 | static int SendToOpenKneeboard(lua_State* state) { |
| 44 | OPENKNEEBOARD_TraceLoggingScopedActivity(activity, "SendToOpenKneeboard"); |
no outgoing calls
no test coverage detected