Added Joystick module.

This commit is contained in:
Glenn Y. Rolland 2008-02-20 10:36:35 +01:00
parent 2e9dc6c9aa
commit 0473b1fa60
2 changed files with 7 additions and 2 deletions

4
Joystick.ml Normal file
View file

@ -0,0 +1,4 @@
let handle_event ev =
ignore ev
;;

View file

@ -4,9 +4,10 @@ justnukeit_OBJS= \
Position \
Maze \
Player \
Game \
Mouse \
Joystick \
Keyboard \
Mouse \
Game \
main
justnukeit_INCS=sdl