Conversation
| act->setCustomEngineActionEvent(kActionQuit); | ||
| act->addDefaultInputMapping("q"); | ||
| act->addDefaultInputMapping("x"); | ||
| act->addDefaultInputMapping("JOY_DOWN"); |
There was a problem hiding this comment.
I might recommend removing this default if quit can be selected with a left click somewhere
There was a problem hiding this comment.
The only way to access the quit dialog is through this action i.e not possible with left click
There was a problem hiding this comment.
Please clarify your response. It is not clear to me
There was a problem hiding this comment.
What I meant is that the quit dialog is only accessible through this specific action( by pressing the keys "q", "x" or button "joy_down" in the default keymapper settings).
there is no button or UI element that can be clicked with the mouse left button to access the quit dialog.
OMGPizzaGuy
left a comment
There was a problem hiding this comment.
Looks good to me - might want to consider my note on the quit action default map to joy down
|
Thank you! |
No description provided.