#include <stdlib.h>
#include "glutint.h"
Include dependency graph for glut_tablet.c:
Go to the source code of this file.
Functions | |
void APIENTRY | glutTabletMotionFunc (GLUTtabletMotionCB tabletMotionFunc) |
void APIENTRY | glutTabletButtonFunc (GLUTtabletButtonCB tabletButtonFunc) |
void APIENTRY | glutWacomMotionFunc (GLUTwacomMotionCB wacomMotionFunc) |
void APIENTRY | glutWacomButtonFunc (GLUTwacomButtonCB wacomButtonFunc) |
|
Definition at line 27 of file glut_tablet.c. References __glutCurrentWindow, __glutPutOnWorkList(), __glutUpdateInputDeviceMask(), __glutUpdateInputDeviceMaskFunc, GLUT_DEVICE_MASK_WORK, and _GLUTwindow::tabletButton. |
|
Definition at line 13 of file glut_tablet.c. References __glutCurrentWindow, __glutPutOnWorkList(), __glutUpdateInputDeviceMask(), __glutUpdateInputDeviceMaskFunc, GLUT_DEVICE_MASK_WORK, _GLUTwindow::tabletMotion, and _GLUTwindow::tabletPos. |
|
Definition at line 45 of file glut_tablet.c. References __glutCurrentWindow, __glutPutOnWorkList(), __glutUpdateInputDeviceMask(), __glutUpdateInputDeviceMaskFunc, GLUT_DEVICE_MASK_WORK, and _GLUTwindow::wacomButton. Referenced by GLUT_MOUSE::GLUT_MOUSE(). |
|
Definition at line 36 of file glut_tablet.c. References __glutCurrentWindow, __glutPutOnWorkList(), __glutUpdateInputDeviceMask(), __glutUpdateInputDeviceMaskFunc, GLUT_DEVICE_MASK_WORK, and _GLUTwindow::wacomMotion. Referenced by GLUT_MOUSE::GLUT_MOUSE(). |