From af4284401d2ee5675fe6d06211a0686a5732af23 Mon Sep 17 00:00:00 2001 From: Andrew Knight Date: Sat, 12 Oct 2013 02:07:39 +0300 Subject: WinRT QPA: Improve key handling Simplify key handling by providing a cleaner tracking of physical key presses and associated character events. Change-Id: I5aa8990e0b24e101b348c04d1ada2cbcd1b0b6be Reviewed-by: Maurice Kalinowski Reviewed-by: Oliver Wolff --- src/plugins/platforms/winrt/qwinrtintegration.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/platforms/winrt/qwinrtintegration.h') diff --git a/src/plugins/platforms/winrt/qwinrtintegration.h b/src/plugins/platforms/winrt/qwinrtintegration.h index 6cf2c3e5f2..d9438bcb3a 100644 --- a/src/plugins/platforms/winrt/qwinrtintegration.h +++ b/src/plugins/platforms/winrt/qwinrtintegration.h @@ -72,6 +72,7 @@ public: QPlatformFontDatabase *fontDatabase() const; QPlatformInputContext *inputContext() const; QPlatformServices *services() const; + Qt::KeyboardModifiers queryKeyboardModifiers() const; private: bool m_success; -- cgit v1.2.3