|
Tachyon (current)
Current Main Branch
|
#include <spaceball.h>
Data Fields | |
| void * | glwin |
| int | buttondown |
| apivector | camcent |
| apivector | camviewvec |
| apivector | camupvec |
| apivector | orig_camcent |
| apivector | orig_camviewvec |
| apivector | orig_camupvec |
| apivector | orig_camrightvec |
| float | curtrans [3] |
| float | newtrans [3] |
| float | curquat [4] |
| float | lastquat [4] |
Definition at line 16 of file spaceball.h.
| int sbHandle::buttondown |
Definition at line 21 of file spaceball.h.
Referenced by tachyon_spaceball_update().
| apivector sbHandle::camcent |
Definition at line 23 of file spaceball.h.
Referenced by tachyon_init_spaceball(), and tachyon_spaceball_update().
| apivector sbHandle::camupvec |
Definition at line 25 of file spaceball.h.
Referenced by tachyon_init_spaceball(), and tachyon_spaceball_update().
| apivector sbHandle::camviewvec |
Definition at line 24 of file spaceball.h.
Referenced by tachyon_init_spaceball(), and tachyon_spaceball_update().
| float sbHandle::curquat[4] |
Definition at line 34 of file spaceball.h.
Referenced by tachyon_init_spaceball(), and tachyon_spaceball_update().
| float sbHandle::curtrans[3] |
Definition at line 32 of file spaceball.h.
Referenced by tachyon_spaceball_update().
| void* sbHandle::glwin |
Definition at line 17 of file spaceball.h.
Referenced by tachyon_init_spaceball(), and tachyon_spaceball_update().
| float sbHandle::lastquat[4] |
Definition at line 35 of file spaceball.h.
Referenced by tachyon_init_spaceball(), and tachyon_spaceball_update().
| float sbHandle::newtrans[3] |
Definition at line 33 of file spaceball.h.
Referenced by tachyon_spaceball_update().
| apivector sbHandle::orig_camcent |
Definition at line 27 of file spaceball.h.
Referenced by tachyon_init_spaceball(), and tachyon_spaceball_update().
| apivector sbHandle::orig_camrightvec |
Definition at line 30 of file spaceball.h.
Referenced by tachyon_init_spaceball(), and tachyon_spaceball_update().
| apivector sbHandle::orig_camupvec |
Definition at line 29 of file spaceball.h.
Referenced by tachyon_init_spaceball(), and tachyon_spaceball_update().
| apivector sbHandle::orig_camviewvec |
Definition at line 28 of file spaceball.h.
Referenced by tachyon_init_spaceball(), and tachyon_spaceball_update().
1.8.14