iokit: fix load errors
parent
7cc23adfff
commit
236d1fba3e
|
@ -4,7 +4,7 @@ sequences locals combinators.short-circuit threads
|
|||
namespaces assocs arrays combinators hints alien
|
||||
core-foundation.run-loop accessors sequences.private
|
||||
alien.c-types alien.data math parser game.input vectors
|
||||
bit-arrays ;
|
||||
bit-arrays unix.types ;
|
||||
IN: game.input.iokit
|
||||
|
||||
SINGLETON: iokit-game-input-backend
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
USING: iokit alien alien.syntax alien.c-types kernel system
|
||||
core-foundation core-foundation.arrays core-foundation.data
|
||||
core-foundation.dictionaries core-foundation.run-loop
|
||||
core-foundation.strings core-foundation.time ;
|
||||
core-foundation.strings core-foundation.time unix.types ;
|
||||
IN: iokit.hid
|
||||
|
||||
CONSTANT: kIOHIDDeviceKey "IOHIDDevice"
|
||||
|
|
Loading…
Reference in New Issue