]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/game-input/dinput/dinput.factor
finish fixing the using list for windows.errors, more ffi bindings
[factor.git] / extra / game-input / dinput / dinput.factor
index a2beaf6d9bb6682ce285ddf2184cff412fec9088..ce87c1223786a2611e1ff4578dde6020cb3a8caa 100755 (executable)
@@ -2,10 +2,10 @@ USING: windows.dinput windows.dinput.constants parser
 alien.c-types windows.ole32 namespaces assocs kernel arrays
 vectors windows.kernel32 windows.com windows.dinput shuffle
 windows.user32 windows.messages sequences combinators locals
-math.rectangles accessors math windows alien
-alien.strings io.encodings.utf16 io.encodings.utf16n
-continuations byte-arrays game-input.dinput.keys-array
-game-input ui.backend.windows ;
+math.rectangles accessors math alien alien.strings
+io.encodings.utf16 io.encodings.utf16n continuations
+byte-arrays game-input.dinput.keys-array game-input
+ui.backend.windows windows.errors ;
 IN: game-input.dinput
 
 SINGLETON: dinput-game-input-backend