Added Joystick module.
This commit is contained in:
parent
2e9dc6c9aa
commit
0473b1fa60
2 changed files with 7 additions and 2 deletions
4
Joystick.ml
Normal file
4
Joystick.ml
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
let handle_event ev =
|
||||
ignore ev
|
||||
;;
|
5
Makefile
5
Makefile
|
@ -4,9 +4,10 @@ justnukeit_OBJS= \
|
|||
Position \
|
||||
Maze \
|
||||
Player \
|
||||
Game \
|
||||
Mouse \
|
||||
Joystick \
|
||||
Keyboard \
|
||||
Mouse \
|
||||
Game \
|
||||
main
|
||||
|
||||
justnukeit_INCS=sdl
|
||||
|
|
Loading…
Reference in a new issue