Lines Matching defs:SkinTrackBall
160 typedef struct SkinTrackBall struct
162 int diameter;
163 unsigned* pixels;
164 SDL_Surface* surface;
165 VectorRec axes[3]; /* current ball axes */
175 Fix16VectorRec dots[ DOT_MAX ];
177 SphereCoordRec* sphere_map;
178 int sphere_count;
180 unsigned ball_color;
181 unsigned dot_color;
182 unsigned ring_color;
184 Uint32 ticks_last; /* ticks since last move */
185 int acc_x;
186 int acc_y;
187 int acc_threshold;
188 double acc_scale;
191 SkinRotation rotation;