summaryrefslogtreecommitdiffstats
path: root/src/input/handle_types_p.h
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2015-03-16 11:32:45 +0100
committerSean Harmer <sean.harmer@kdab.com>2015-08-03 14:44:01 +0000
commit2d8e5a80262e23b01ea911f619b344f94185ed5a (patch)
tree409dd1982fa4fa5add7359302c89540c1de09a4b /src/input/handle_types_p.h
parent5be0ec8da8a63d75b0dd9c70119fc01e908f8618 (diff)
MouseController backend class for QMouseController
Change-Id: I8d042b79b58e9453f9836d55d2b5211f4ca1383c Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/input/handle_types_p.h')
-rw-r--r--src/input/handle_types_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input/handle_types_p.h b/src/input/handle_types_p.h
index ac6b3fd55..b954e18ed 100644
--- a/src/input/handle_types_p.h
+++ b/src/input/handle_types_p.h
@@ -47,9 +47,11 @@ namespace Input {
class KeyboardController;
class KeyboardInput;
+class MouseController;
typedef QHandle<KeyboardController, 8> HKeyboardController;
typedef QHandle<KeyboardInput, 16> HKeyboardInput;
+typedef QHandle<MouseController, 8> HMouseController;
} // Input