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

Method SendToggle

360Controller/_60Controller.cpp:110–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void Xbox360Peripheral::SendToggle(void)
111{
112 SendSpecial(serialToggle ? 0x1F : 0x1E);
113 serialToggle = !serialToggle;
114}
115
116void Xbox360Peripheral::ChatPadTimerActionWrapper(OSObject *owner, IOTimerEventSource *sender)
117{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected