Handbook
Glossary
device-elements-matching ( device matching-hash -- vector )
Vocabulary
game
.
input
.
iokit
Inputs
device
an
object
matching-hash
an
object
Outputs
vector
an
object
Definition
USING:
cocoa.enumeration
cocoa.plists
core-foundation
destructors
iokit.hid
kernel
;
IN:
game.input.iokit
:
device-elements-matching
( device matching-hash -- vector )
[
>plist
0
IOHIDDeviceCopyMatchingElements
[
&CFRelease
NSFastEnumeration>vector
]
[
f
]
if*
]
with-destructors
;