mouse working.

This commit is contained in:
=
2014-08-30 17:01:01 -07:00
parent 2c38a57e48
commit d9281859ff
20 changed files with 55 additions and 15 deletions

View File

@@ -6,5 +6,5 @@
(defn -main
[]
(LwjglApplication. advent "advent" 1920 1080)
(LwjglApplication. advent "advent" 1280 960)
(Keyboard/enableRepeatEvents true))