Handbook
Glossary
IOHIDElementSetProperty ( element key property -- Boolean )
Vocabulary
iokit
.
hid
Inputs
element
an
object
key
an
object
property
an
object
Outputs
Boolean
an
object
Definition
USING:
alien.syntax
core-foundation
core-foundation.strings
;
IN:
iokit.hid
FUNCTION:
Boolean
IOHIDElementSetProperty
(
IOHIDElementRef
element,
CFStringRef
key,
CFTypeRef
property )