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

Method PadDisconnect

360Controller/_60Controller.cpp:1021–1029  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1019}
1020
1021void Xbox360Peripheral::PadDisconnect(void)
1022{
1023 if (padHandler != NULL)
1024 {
1025 padHandler->terminate(kIOServiceRequired | kIOServiceSynchronous);
1026 padHandler->release();
1027 padHandler = NULL;
1028 }
1029}
1030
1031// Serial peripheral support
1032

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected