mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
OculusDebugDisplayPlugin is head controller
This commit is contained in:
parent
3c90177421
commit
e82e80e8e0
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ public:
|
|||
grouping getGrouping() const override { return DEVELOPER; }
|
||||
bool isSupported() const override;
|
||||
|
||||
bool isHeadController() const override { return false; }
|
||||
|
||||
protected:
|
||||
void hmdPresent() override {}
|
||||
bool isHmdMounted() const override { return true; }
|
||||
|
|
Loading…
Reference in a new issue