Handbook
Glossary
IOHIDElementCreateWithDictionary ( allocator dictionary -- IOHIDElementRef )
Vocabulary
iokit
.
hid
Inputs
allocator
an
object
dictionary
an
object
Outputs
IOHIDElementRef
an
object
Definition
USING:
alien.syntax
core-foundation
core-foundation.dictionaries
;
IN:
iokit.hid
FUNCTION:
IOHIDElementRef
IOHIDElementCreateWithDictionary
(
CFAllocatorRef
allocator,
CFDictionaryRef
dictionary )