Handbook
Glossary
IOHIDValueCreateWithIntegerValue ( allocator element timeStamp value -- IOHIDValueRef )
Vocabulary
iokit
.
hid
Inputs
allocator
an
object
element
an
object
timeStamp
an
object
value
an
object
Outputs
IOHIDValueRef
an
object
Definition
USING:
alien.c-types
alien.syntax
core-foundation
;
IN:
iokit.hid
FUNCTION:
IOHIDValueRef
IOHIDValueCreateWithIntegerValue
(
CFAllocatorRef
allocator,
IOHIDElementRef
element,
ulonglong
timeStamp,
CFIndex
value )