aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/bada/form.h
diff options
context:
space:
mode:
authorChris Warren-Smith2011-08-10 06:59:23 +1000
committerChris Warren-Smith2011-08-21 16:38:42 +1000
commit533dc5f8e4d209fb721d64bce36a44bd14ede4c2 (patch)
tree557abf5695d49f5460f32da767ebc0cbc6023189 /backends/platform/bada/form.h
parentd6f7e5933657e2e6fcbd1accf9f8a4b77454daec (diff)
downloadscummvm-rg350-533dc5f8e4d209fb721d64bce36a44bd14ede4c2.tar.gz
scummvm-rg350-533dc5f8e4d209fb721d64bce36a44bd14ede4c2.tar.bz2
scummvm-rg350-533dc5f8e4d209fb721d64bce36a44bd14ede4c2.zip
BADA: Camera button can now set shortcuts
Diffstat (limited to 'backends/platform/bada/form.h')
-rwxr-xr-xbackends/platform/bada/form.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/platform/bada/form.h b/backends/platform/bada/form.h
index 157cc8e365..6d0b491b37 100755
--- a/backends/platform/bada/form.h
+++ b/backends/platform/bada/form.h
@@ -91,6 +91,7 @@ private:
void pushEvent(Common::EventType type,
const Osp::Graphics::Point &currentPosition);
void terminate();
+ void setShortcut();
void setVolume(bool up, bool minMax);
int getShortcutIndex();
@@ -99,7 +100,7 @@ private:
Osp::Base::Runtime::Mutex *_eventQueueLock;
Common::Queue<Common::Event> _eventQueue;
enum {InitState, ActiveState, ClosingState, DoneState, ErrorState} _state;
- enum {LeftButton, RightButtonOnce, RightButton} _buttonState;
+ enum {LeftButton, RightButtonOnce, RightButton, MoveOnly} _buttonState;
uint32 _shortcutTimer;
int _shortcutIndex;
int _touchCount;