diff options
Diffstat (limited to 'services/inputflinger/InputManager.cpp')
-rw-r--r-- | services/inputflinger/InputManager.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/services/inputflinger/InputManager.cpp b/services/inputflinger/InputManager.cpp index 8cf61f9064..02997f09b9 100644 --- a/services/inputflinger/InputManager.cpp +++ b/services/inputflinger/InputManager.cpp @@ -224,6 +224,10 @@ InputDispatcherInterface& InputManager::getDispatcher() { return *mDispatcher; } +InputFilterInterface& InputManager::getInputFilter() { + return *mInputFilter; +} + void InputManager::monitor() { mReader->monitor(); mBlocker->monitor(); |