]> gitweb.factorcode.org Git - factor.git/commitdiff
Use dinput as default windows game.input backend
authorJoe Groff <arcata@gmail.com>
Sun, 2 May 2010 07:38:37 +0000 (00:38 -0700)
committerJoe Groff <arcata@gmail.com>
Sun, 2 May 2010 07:38:37 +0000 (00:38 -0700)
basis/game/input/input.factor

index 9b514e77e0c853632791354438738343093a971e..213b6385744e3e0feda63d5efc9751a56bb550d0 100644 (file)
@@ -106,7 +106,7 @@ SYMBOLS: pressed released ;
     { } buttons-delta-as ; inline
 
 {
-    { [ os windows? ] [ "game.input.xinput" require ] }
+    { [ os windows? ] [ "game.input.dinput" require ] }
     { [ os macosx? ] [ "game.input.iokit" require ] }
     { [ os linux? ] [ "game.input.x11" require ] }
     [ ]