Handbook
Glossary
controller-device? ( device -- ? )
Vocabulary
game
.
input
.
iokit
Inputs
device
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
iokit.hid
;
IN:
game.input.iokit
:
controller-device?
( device -- ? )
{
[
1 4
IOHIDDeviceConformsTo
]
[
1 5
IOHIDDeviceConformsTo
]
[
1 8
IOHIDDeviceConformsTo
]
}
1||
;