mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Add chiaki_controller_state_or()
This commit is contained in:
parent
bf17d81d25
commit
5c1611b52e
3 changed files with 18 additions and 2 deletions
|
@ -223,8 +223,7 @@ void StreamSession::SendFeedbackState()
|
|||
}
|
||||
#endif
|
||||
|
||||
state.buttons |= keyboard_state.buttons;
|
||||
|
||||
chiaki_controller_state_or(&state, &state, &keyboard_state);
|
||||
chiaki_session_set_controller_state(&session, &state);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue