public void ToggleLED(PlayerLED forPlayer) { m_ledFlags ^= (byte)forPlayer; WiiSetLEDs(m_ledFlags); }