fix duplicate using
parent
54a1a8f326
commit
46a50fe0b9
|
@ -1,14 +1,13 @@
|
||||||
USING: windows.dinput windows.dinput.constants parser
|
USING: accessors alien alien.c-types alien.strings arrays
|
||||||
alien.c-types windows.ole32 namespaces assocs kernel arrays
|
assocs byte-arrays combinators continuations game-input
|
||||||
vectors windows.kernel32 windows.com windows.dinput shuffle
|
game-input.dinput.keys-array io.encodings.utf16
|
||||||
windows.user32 windows.messages sequences combinators locals
|
io.encodings.utf16n kernel locals math math.bitwise
|
||||||
math.rectangles accessors math alien alien.strings
|
math.rectangles namespaces parser sequences shuffle
|
||||||
io.encodings.utf16 io.encodings.utf16n continuations
|
struct-arrays ui.backend.windows vectors windows.com
|
||||||
byte-arrays game-input.dinput.keys-array game-input
|
windows.dinput windows.dinput.constants windows.errors
|
||||||
ui.backend.windows windows.errors struct-arrays
|
windows.kernel32 windows.messages windows.ole32
|
||||||
math.bitwise ;
|
windows.user32 ;
|
||||||
IN: game-input.dinput
|
IN: game-input.dinput
|
||||||
|
|
||||||
CONSTANT: MOUSE-BUFFER-SIZE 16
|
CONSTANT: MOUSE-BUFFER-SIZE 16
|
||||||
|
|
||||||
SINGLETON: dinput-game-input-backend
|
SINGLETON: dinput-game-input-backend
|
||||||
|
|
Loading…
Reference in New Issue