diff options
Diffstat (limited to 'WebCore/platform/PlatformKeyboardEvent.h')
-rw-r--r-- | WebCore/platform/PlatformKeyboardEvent.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/platform/PlatformKeyboardEvent.h b/WebCore/platform/PlatformKeyboardEvent.h index 6ec4879..7ce7017 100644 --- a/WebCore/platform/PlatformKeyboardEvent.h +++ b/WebCore/platform/PlatformKeyboardEvent.h @@ -186,6 +186,8 @@ namespace WebCore { #if PLATFORM(QT) PlatformKeyboardEvent(QKeyEvent*); QKeyEvent* qtEvent() const { return m_qtEvent; } + uint32_t nativeModifiers() const; + uint32_t nativeScanCode() const; #endif #if PLATFORM(WX) |