Merge remote-tracking branch 'origin/GWIN' into GWIN
This commit is contained in:
commit
df5f701a11
2 changed files with 5 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
|||
|
||||
/* Features for the GINPUT sub-system. */
|
||||
#define GINPUT_NEED_MOUSE TRUE
|
||||
#define GINPUT_NEED_TOGGLE TRUE
|
||||
#define GINPUT_NEED_TOGGLE FALSE
|
||||
#define GINPUT_NEED_DIAL FALSE
|
||||
|
||||
#endif /* _GFXCONF_H */
|
||||
|
|
|
@ -4,3 +4,7 @@ gfxconf.h
|
|||
|
||||
Note that you will need to include the drivers into your project
|
||||
makefile for whichever inputs you decide to use.
|
||||
|
||||
Note that you need to link to the math library. Add -lm to your
|
||||
library paths in your Makefile.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue