]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/game/input/dinput/dinput.factor
Revert "io.encodings.utf16: add a utf16n word for native utf16 type."
[factor.git] / basis / game / input / dinput / dinput.factor
index 939db437d8837b396095f6c5385cae685c75dbbf..78b8ac5444e615e201a15aac00ff5173d396b93c 100644 (file)
@@ -1,11 +1,12 @@
 USING: accessors alien alien.c-types alien.data alien.strings
-arrays assocs byte-arrays classes.struct combinators
-combinators.short-circuit game.input
-game.input.dinput.keys-array kernel locals math math.bitwise
-math.rectangles namespaces sequences specialized-arrays
-ui.backend.windows vectors windows.com windows.directx.dinput
-windows.directx.dinput.constants windows.errors windows.kernel32
-windows.messages windows.ole32 windows.user32 ;
+arrays assocs byte-arrays combinators combinators.short-circuit
+continuations game.input game.input.dinput.keys-array
+io.encodings.utf16n kernel locals math
+math.bitwise math.rectangles namespaces parser sequences shuffle
+specialized-arrays ui.backend.windows vectors windows.com
+windows.directx.dinput windows.directx.dinput.constants
+windows.kernel32 windows.messages windows.ole32 windows.errors
+windows.user32 classes.struct ;
 SPECIALIZED-ARRAY: DIDEVICEOBJECTDATA
 IN: game.input.dinput