mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-04 14:47:37 +03:00
Update MappedInputManager.cpp
This commit is contained in:
parent
1ee3227ffb
commit
e38326e30a
@ -83,10 +83,10 @@ MappedInputManager::Labels MappedInputManager::mapLabels(const char* back, const
|
|||||||
return {previous, next, back, confirm};
|
return {previous, next, back, confirm};
|
||||||
case CrossPointSettings::LEFT_BACK_CONFIRM_RIGHT:
|
case CrossPointSettings::LEFT_BACK_CONFIRM_RIGHT:
|
||||||
return {previous, back, confirm, next};
|
return {previous, back, confirm, next};
|
||||||
case CrossPointSettings::BACK_LEFT_RIGHT_CONFIRM:
|
|
||||||
return {back, previous, next, confirm};
|
|
||||||
case CrossPointSettings::BACK_CONFIRM_RIGHT_LEFT:
|
case CrossPointSettings::BACK_CONFIRM_RIGHT_LEFT:
|
||||||
return {back, confirm, next, previous};
|
return {back, confirm, next, previous};
|
||||||
|
case CrossPointSettings::BACK_LEFT_RIGHT_CONFIRM:
|
||||||
|
return {back, previous, next, confirm};
|
||||||
case CrossPointSettings::BACK_CONFIRM_LEFT_RIGHT:
|
case CrossPointSettings::BACK_CONFIRM_LEFT_RIGHT:
|
||||||
default:
|
default:
|
||||||
return {back, confirm, previous, next};
|
return {back, confirm, previous, next};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user