mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 08:21:24 +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; }
|
grouping getGrouping() const override { return DEVELOPER; }
|
||||||
bool isSupported() const override;
|
bool isSupported() const override;
|
||||||
|
|
||||||
|
bool isHeadController() const override { return false; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void hmdPresent() override {}
|
void hmdPresent() override {}
|
||||||
bool isHmdMounted() const override { return true; }
|
bool isHmdMounted() const override { return true; }
|
||||||
|
|
Loading…
Reference in a new issue