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 \ Position \
Maze \ Maze \
Player \ Player \
Game \ Joystick \
Mouse \
Keyboard \ Keyboard \
Mouse \
Game \
main main
justnukeit_INCS=sdl justnukeit_INCS=sdl