Windows fixes
parent
ccab34e7c4
commit
43fe6c56a2
|
@ -0,0 +1 @@
|
||||||
|
unportable
|
|
@ -1,10 +1,11 @@
|
||||||
USING: windows.dinput windows.dinput.constants parser
|
USING: windows.dinput windows.dinput.constants parser symbols
|
||||||
symbols alien.c-types windows.ole32 namespaces assocs kernel
|
alien.c-types windows.ole32 namespaces assocs kernel arrays
|
||||||
arrays vectors windows.kernel32 windows.com windows.dinput
|
vectors windows.kernel32 windows.com windows.dinput shuffle
|
||||||
shuffle windows.user32 windows.messages sequences combinators
|
windows.user32 windows.messages sequences combinators
|
||||||
math.geometry.rect ui.windows accessors math windows alien
|
math.geometry.rect ui.windows accessors math windows alien
|
||||||
alien.strings io.encodings.utf16 continuations byte-arrays
|
alien.strings io.encodings.utf16 io.encodings.utf16n
|
||||||
locals game-input.backend.dinput.keys-array ;
|
continuations byte-arrays locals
|
||||||
|
game-input.backend.dinput.keys-array ;
|
||||||
<< "game-input" (use+) >>
|
<< "game-input" (use+) >>
|
||||||
IN: game-input.backend.dinput
|
IN: game-input.backend.dinput
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue