MCPcopy Create free account
hub / github.com/360Controller/360Controller / Control360Factory

Function Control360Factory

Feedback360/Feedback360.cpp:754–760  ·  view source on GitHub ↗

External factory function

Source from the content-addressed store, hash-verified

752
753// External factory function
754void* Control360Factory(CFAllocatorRef allocator, CFUUIDRef typeID)
755{
756 void* result = NULL;
757 if (CFEqual(typeID, kIOForceFeedbackLibTypeID))
758 result = (void*)Feedback360::Alloc();
759 return result;
760}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected