summaryrefslogtreecommitdiffstats
path: root/src/input/handle_types_p.h
diff options
context:
space:
mode:
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