aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wii/options.h
diff options
context:
space:
mode:
authorAndre Heider2009-09-20 12:53:32 +0000
committerAndre Heider2009-09-20 12:53:32 +0000
commitab6caf1df61a185c697747021696b6193e165512 (patch)
treefc993105c51bb4cd73199162950f1621a8a3cee6 /backends/platform/wii/options.h
parent59f72d111f4455fe9309980fed240619537344f8 (diff)
downloadscummvm-rg350-ab6caf1df61a185c697747021696b6193e165512.tar.gz
scummvm-rg350-ab6caf1df61a185c697747021696b6193e165512.tar.bz2
scummvm-rg350-ab6caf1df61a185c697747021696b6193e165512.zip
New "Input" tab for the options dialog to set pad sensitivity and acceleration.
svn-id: r44205
Diffstat (limited to 'backends/platform/wii/options.h')
-rw-r--r--backends/platform/wii/options.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/backends/platform/wii/options.h b/backends/platform/wii/options.h
index e63f04ea1e..b126bde88f 100644
--- a/backends/platform/wii/options.h
+++ b/backends/platform/wii/options.h
@@ -52,6 +52,10 @@ private:
SliderWidget *_sliderUnderscanX;
SliderWidget *_sliderUnderscanY;
+ int _tabInput;
+ SliderWidget *_sliderPadSensitivity;
+ SliderWidget *_sliderPadAcceleration;
+
#ifdef USE_WII_DI
int _tabDVD;
StaticTextWidget *_textDVDStatus;