| 526 | } // namespace |
| 527 | |
| 528 | OSVR_PLUGIN(com_osvr_VideoBasedHMDTracker) { |
| 529 | osvr::pluginkit::PluginContext context(ctx); |
| 530 | |
| 531 | /// Register a detection callback function object. |
| 532 | context.registerHardwareDetectCallback(new HardwareDetection()); |
| 533 | |
| 534 | return OSVR_RETURN_SUCCESS; |
| 535 | } |
nothing calls this directly
no test coverage detected