Add swap hands status function (#19831)
Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
parent
2cdf99ae95
commit
9908ed7ecd
3 changed files with 17 additions and 0 deletions
|
@ -161,6 +161,10 @@ void set_swap_hands_state(size_t index, uint8_t *swap_state, bool on) {
|
|||
}
|
||||
}
|
||||
|
||||
bool is_swap_hands_on(void) {
|
||||
return swap_hands;
|
||||
}
|
||||
|
||||
/** \brief Process Hand Swap
|
||||
*
|
||||
* FIXME: Needs documentation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue