Merge branch 'master' of git://factorcode.org/git/factor
commit
cef70c999d
|
@ -2,7 +2,7 @@
|
|||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors calendar.format combinators io.files
|
||||
kernel math.parser sequences splitting system tools.files
|
||||
generalizations tools.files.private ;
|
||||
generalizations tools.files.private io.files.info ;
|
||||
IN: tools.files.windows
|
||||
|
||||
<PRIVATE
|
||||
|
|
|
@ -4,7 +4,8 @@ vectors windows.kernel32 windows.com windows.dinput shuffle
|
|||
windows.user32 windows.messages sequences combinators locals
|
||||
math.geometry.rect ui.windows accessors math windows alien
|
||||
alien.strings io.encodings.utf16 io.encodings.utf16n
|
||||
continuations byte-arrays game-input.dinput.keys-array ;
|
||||
continuations byte-arrays game-input.dinput.keys-array
|
||||
game-input ;
|
||||
IN: game-input.dinput
|
||||
|
||||
SINGLETON: dinput-game-input-backend
|
||||
|
|
Loading…
Reference in New Issue