diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/setup_touch.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gui/setup_touch.cpp b/src/gui/setup_touch.cpp index ad85b8348..f0fdec9d6 100644 --- a/src/gui/setup_touch.cpp +++ b/src/gui/setup_touch.cpp @@ -97,6 +97,14 @@ Setup_Touch::Setup_Touch(const Widget2 *const widget) : "screenActionButton1", this, "screenActionButton1Event", mActionsList, 250); + new SetupActionDropDown(strprintf(_("Button %u action"), 3), "", + "screenActionButton2", this, "screenActionButton2Event", + mActionsList, 250); + + new SetupActionDropDown(strprintf(_("Button %u action"), 4), "", + "screenActionButton3", this, "screenActionButton3Event", + mActionsList, 250); + setDimension(gcn::Rectangle(0, 0, 550, 350)); } |