Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ACGL
acgl
Commits
9dd29e1c
Commit
9dd29e1c
authored
Jul 11, 2013
by
Martin Schultz
Browse files
* Hotfix to make ACGL compile whithout glfw
parent
474d97b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/ACGL/HardwareSupport/GamePad.hh
View file @
9dd29e1c
...
...
@@ -101,13 +101,13 @@ private:
//
// GLFW specifics: replace this to support joysticks with other APIs
//
#ifdef ACGL_COMPILE_WITH_GLFW
//
#ifdef ACGL_COMPILE_WITH_GLFW
const
unsigned
char
*
mGLFWButtons
;
const
float
*
mGLFWAxes
;
unsigned
char
*
mLastGLFWButtonState
;
int
mGLFWGamePadNumber
;
#endif
//
#endif
};
ACGL_SMARTPOINTER_TYPEDEFS
(
GamePad
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment