Oolite 1.91.0.7658-250404-b1488af
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
OOMacJoystickManager.m File Reference
+ Include dependency graph for OOMacJoystickManager.m:

Go to the source code of this file.

Functions

static void HandleDeviceMatchingCallback (void *inContext, IOReturn inResult, void *inSender, IOHIDDeviceRef inIOHIDDeviceRef)
 
static void HandleInputValueCallback (void *inContext, IOReturn inResult, void *inSender, IOHIDValueRef inIOHIDValueRef)
 
static void HandleDeviceRemovalCallback (void *inContext, IOReturn inResult, void *inSender, IOHIDDeviceRef inIOHIDDeviceRef)
 

Function Documentation

◆ HandleDeviceMatchingCallback()

static void HandleDeviceMatchingCallback ( void * inContext,
IOReturn inResult,
void * inSender,
IOHIDDeviceRef inIOHIDDeviceRef )
static

Definition at line 351 of file OOMacJoystickManager.m.

352{
353 [(OOMacJoystickManager *)inContext handleDeviceAttach:inIOHIDDeviceRef];
354}

References OOMacJoystickManager::handleDeviceAttach:.

Referenced by OOMacJoystickManager::init.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDeviceRemovalCallback()

static void HandleDeviceRemovalCallback ( void * inContext,
IOReturn inResult,
void * inSender,
IOHIDDeviceRef inIOHIDDeviceRef )
static

Definition at line 365 of file OOMacJoystickManager.m.

366{
367 [(OOMacJoystickManager *)inContext handleDeviceRemoval:inIOHIDDeviceRef];
368}

References OOMacJoystickManager::handleDeviceRemoval:.

Referenced by OOMacJoystickManager::init.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleInputValueCallback()

static void HandleInputValueCallback ( void * inContext,
IOReturn inResult,
void * inSender,
IOHIDValueRef inIOHIDValueRef )
static

Definition at line 358 of file OOMacJoystickManager.m.

359{
360 [(OOMacJoystickManager *)inContext handleInputEvent:inIOHIDValueRef];
361}

References OOMacJoystickManager::handleInputEvent:.

Referenced by OOMacJoystickManager::handleJoystickAttach:.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: