|
Blender V4.3
|
#include "GHOST_NDOFManagerUnix.hh"#include "GHOST_System.hh"#include "CLG_log.h"#include <cstdio>#include <spnav.h>#include <unistd.h>Go to the source code of this file.
Macros | |
| #define | LOG (&LOG_NDOF_UNIX) |
| #define | MAX_LINE_LENGTH 100 |
| #define | USE_FINISH_GLITCH_WORKAROUND |
Variables | |
| static const char * | spnav_sock_path = "/var/run/spnav.sock" |
| static CLG_LogRef | LOG_NDOF_UNIX = {"ghost.ndof.unix"} |
| static bool | motion_test_prev = false |
| #define LOG (&LOG_NDOF_UNIX) |
Definition at line 18 of file GHOST_NDOFManagerUnix.cc.
| #define MAX_LINE_LENGTH 100 |
Referenced by GHOST_NDOFManagerUnix::GHOST_NDOFManagerUnix().
| #define USE_FINISH_GLITCH_WORKAROUND |
Definition at line 71 of file GHOST_NDOFManagerUnix.cc.
|
static |
Definition at line 17 of file GHOST_NDOFManagerUnix.cc.
|
static |
Definition at line 75 of file GHOST_NDOFManagerUnix.cc.
Referenced by GHOST_NDOFManagerUnix::processEvents().
|
static |
Definition at line 15 of file GHOST_NDOFManagerUnix.cc.
Referenced by GHOST_NDOFManagerUnix::GHOST_NDOFManagerUnix().