| 57 | return ctx->getStatus() ? OSVR_RETURN_SUCCESS : OSVR_RETURN_FAILURE; |
| 58 | } |
| 59 | OSVR_ReturnCode osvrClientUpdate(OSVR_ClientContext ctx) { |
| 60 | osvr::common::tracing::ClientUpdate region; |
| 61 | ctx->update(); |
| 62 | return OSVR_RETURN_SUCCESS; |
| 63 | } |
| 64 | |
| 65 | OSVR_ReturnCode osvrClientShutdown(OSVR_ClientContext ctx) { |
| 66 | if (nullptr == ctx) { |