diff options
Diffstat (limited to 'src/glut/directfb/internal.h')
-rw-r--r-- | src/glut/directfb/internal.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/glut/directfb/internal.h b/src/glut/directfb/internal.h index 787ef89543a..2e986c9f286 100644 --- a/src/glut/directfb/internal.h +++ b/src/glut/directfb/internal.h @@ -61,10 +61,13 @@ typedef struct __GlutWindow_s { IDirectFBSurface *surface; IDirectFBGL *gl; - /* pointer position in fullscreen mode */ + /* cursor position in fullscreen mode */ int cx; int cy; - int cz; + /* joystick position */ + int jx; + int jy; + int jz; /* pressed modifiers */ int modifiers; /* pressed buttons */ |