Handbook
Glossary
IOHIDReportCallback ( quot -- alien )
Vocabulary
iokit
.
hid
Inputs
quot
an
object
Outputs
alien
an
object
Definition
USING:
alien.c-types
alien.syntax
core-foundation
unix.types
;
IN:
iokit.hid
CALLBACK:
void
IOHIDReportCallback
( void* context,
IOReturn
result, void* sender,
IOHIDReportType
type,
UInt32
reportID, uchar* report,
CFIndex
reportLength )