mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 22:35:14 +02:00
fix for sixense not present on OS X
This commit is contained in:
parent
3d7aa6f4d6
commit
2ce225d76c
1 changed files with 2 additions and 0 deletions
|
@ -50,8 +50,10 @@ const float CONTROLLER_THRESHOLD = 0.35f;
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
typedef int (*SixenseBaseFunction)();
|
typedef int (*SixenseBaseFunction)();
|
||||||
typedef int (*SixenseTakeIntFunction)(int);
|
typedef int (*SixenseTakeIntFunction)(int);
|
||||||
|
#ifdef HAVE_SIXENSE
|
||||||
typedef int (*SixenseTakeIntAndSixenseControllerData)(int, sixenseControllerData*);
|
typedef int (*SixenseTakeIntAndSixenseControllerData)(int, sixenseControllerData*);
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
const QString SixenseManager::NAME = "Sixense";
|
const QString SixenseManager::NAME = "Sixense";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue