mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Add Rumble to Lib
This commit is contained in:
parent
fbb19f94ea
commit
81984b7d48
5 changed files with 52 additions and 4 deletions
|
@ -381,6 +381,13 @@ void StreamSession::Event(ChiakiEvent *event)
|
|||
case CHIAKI_EVENT_LOGIN_PIN_REQUEST:
|
||||
emit LoginPINRequested(event->login_pin_request.pin_incorrect);
|
||||
break;
|
||||
case CHIAKI_EVENT_RUMBLE:
|
||||
// TODO
|
||||
//CHIAKI_LOGD(GetChiakiLog(), "Rumble %#02x, %#02x, %#02x",
|
||||
// event->rumble.unknown, event->rumble.left, event->rumble.right);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue