#include <stdlib.h>#include <stdio.h>#include <math.h>#include <assert.h>#include <GL/glut.h>#include "glutint.h"#include "wacom.h"Include dependency graph for glut_wacom.c:

Go to the source code of this file.
Functions | |
| void | __glutWacomSetOffset (int x, int y) |
| void | __glutWacomSetButton (int device, int button) |
| void | __glutWacomUpdate (int x, int y, int pressure, int xtilt, int ytilt) |
| void | __glutWacomCalibrate (void) |
Variables | |
| int | __glutWacomButton = GLUT_WACOM_NO_BUTTON |
| int | __glutWacomState = GLUT_WACOM_UP |
| float | __glutWacomX = 0.0 |
| float | __glutWacomY = 0.0 |
| float | __glutWacomPressure = 0.0 |
| float | __glutWacomXTilt = 0.0 |
| float | __glutWacomYTilt = 0.0 |
| int | __glutWacomXCoordRange = 0 |
| int | __glutWacomYCoordRange = 0 |
| int | __glutWacomPressureMin = 0 |
| int | __glutWacomPressureRange = 0 |
| int | __glutWacomXTiltHalfRange = 0 |
| int | __glutWacomYTiltHalfRange = 0 |
| int | __glutWacomScreenWidth = 0 |
| int | __glutWacomScreenHeight = 0 |
| float | __glutWacomXScale = 0.0 |
| float | __glutWacomYScale = 0.0 |
| float | __glutWacomXOffset = 0.0 |
| float | __glutWacomYOffset = 0.0 |
|
|
||||||||||||
|
||||||||||||
|
Definition at line 32 of file glut_wacom.c. References __glutWacomXOffset, and __glutWacomYOffset. Referenced by processEventsAndTimeouts(). |
|
||||||||||||||||||||||||
|
Definition at line 128 of file glut_wacom.c. References __glutWacomPressure, __glutWacomPressureMin, __glutWacomPressureRange, __glutWacomX, __glutWacomXOffset, __glutWacomXScale, __glutWacomXTilt, __glutWacomXTiltHalfRange, __glutWacomY, __glutWacomYOffset, __glutWacomYScale, __glutWacomYTilt, and __glutWacomYTiltHalfRange. Referenced by wacomCursorChange(), wacomEraserChange(), wacomStylusChange(), and wacomTabletChange(). |
|
|
Definition at line 13 of file glut_wacom.c. Referenced by __glutWacomSetButton(), wacomCursorChange(), wacomEraserChange(), wacomStylusChange(), and wacomTabletChange(). |
|
|
Definition at line 18 of file glut_wacom.c. Referenced by __glutWacomUpdate(), wacomEraserChange(), wacomStylusChange(), and wacomTabletChange(). |
|
|
Definition at line 23 of file glut_wacom.c. Referenced by __glutWacomCalibrate(), and __glutWacomUpdate(). |
|
|
Definition at line 23 of file glut_wacom.c. Referenced by __glutWacomCalibrate(), and __glutWacomUpdate(). |
|
|
Definition at line 25 of file glut_wacom.c. Referenced by __glutWacomCalibrate(). |
|
|
Definition at line 25 of file glut_wacom.c. Referenced by __glutWacomCalibrate(). |
|
|
Definition at line 14 of file glut_wacom.c. Referenced by __glutWacomSetButton(), wacomCursorChange(), wacomEraserChange(), wacomStylusChange(), and wacomTabletChange(). |
|
|
Definition at line 17 of file glut_wacom.c. Referenced by __glutWacomUpdate(), wacomCursorChange(), wacomEraserChange(), wacomStylusChange(), and wacomTabletChange(). |
|
|
Definition at line 22 of file glut_wacom.c. Referenced by __glutWacomCalibrate(). |
|
|
Definition at line 29 of file glut_wacom.c. Referenced by __glutWacomSetOffset(), and __glutWacomUpdate(). |
|
|
Definition at line 28 of file glut_wacom.c. Referenced by __glutWacomCalibrate(), and __glutWacomUpdate(). |
|
|
Definition at line 19 of file glut_wacom.c. Referenced by __glutWacomUpdate(), wacomEraserChange(), wacomStylusChange(), and wacomTabletChange(). |
|
|
Definition at line 24 of file glut_wacom.c. Referenced by __glutWacomCalibrate(), and __glutWacomUpdate(). |
|
|
Definition at line 17 of file glut_wacom.c. Referenced by __glutWacomUpdate(), wacomCursorChange(), wacomEraserChange(), wacomStylusChange(), and wacomTabletChange(). |
|
|
Definition at line 22 of file glut_wacom.c. Referenced by __glutWacomCalibrate(). |
|
|
Definition at line 29 of file glut_wacom.c. Referenced by __glutWacomSetOffset(), and __glutWacomUpdate(). |
|
|
Definition at line 28 of file glut_wacom.c. Referenced by __glutWacomCalibrate(), and __glutWacomUpdate(). |
|
|
Definition at line 19 of file glut_wacom.c. Referenced by __glutWacomUpdate(), wacomEraserChange(), wacomStylusChange(), and wacomTabletChange(). |
|
|
Definition at line 24 of file glut_wacom.c. Referenced by __glutWacomCalibrate(), and __glutWacomUpdate(). |
1.4.4