mirror of
https://github.com/overte-org/overte.git
synced 2025-04-17 05:30:41 +02:00
CR feedback
This commit is contained in:
parent
f532607cca
commit
02288e84e8
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@ Input::NamedVector StandardController::getAvailableInputs() const {
|
|||
makePair(LS, "LS"),
|
||||
makePair(RS, "RS"),
|
||||
|
||||
makePair(LS, "LS_TOUCH"),
|
||||
makePair(RS, "RS_TOUCH"),
|
||||
makePair(LS_TOUCH, "LSTouch"),
|
||||
makePair(RS_TOUCH, "RSTouch"),
|
||||
|
||||
// Center buttons
|
||||
makePair(START, "Start"),
|
||||
|
|
Loading…
Reference in a new issue