summaryrefslogtreecommitdiff
path: root/src/gui/sdlinput.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/sdlinput.h')
-rw-r--r--src/gui/sdlinput.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/sdlinput.h b/src/gui/sdlinput.h
index 9e7cbccb9..eddfe65a1 100644
--- a/src/gui/sdlinput.h
+++ b/src/gui/sdlinput.h
@@ -120,7 +120,7 @@ public:
MouseInput dequeueMouseInput() A_WARN_UNUSED;
void simulateMouseClick(const int x, const int y,
- const unsigned int button);
+ const MouseButton::Type button);
protected:
/**
@@ -130,7 +130,8 @@ protected:
* @param button an SDL mouse button.
* @return a Guichan mouse button.
*/
- static int convertMouseButton(const int button) A_WARN_UNUSED;
+ static MouseButton::Type convertMouseButton(const int button)
+ A_WARN_UNUSED;
/**
* Converts an SDL event key to a key value.