Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qhaikukeymapper.h
Go to the documentation of this file.
1// Copyright (C) 2015 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Tobias Koenig <tobias.koenig@kdab.com>
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QHAIKUKEYMAPPER_H
5#define QHAIKUKEYMAPPER_H
6
7#include <qnamespace.h>
8
9#include <InterfaceDefs.h>
10
12
14{
15public:
17
18 static uint32 translateKeyCode(uint32 key, bool numlockActive);
19};
20
21QT_END_NAMESPACE
22
23#endif
static uint32 translateKeyCode(uint32 key, bool numlockActive)
Definition qcompare.h:76
@ Key_Plus
Definition qnamespace.h:542
@ Key_9
Definition qnamespace.h:556
@ Key_Enter
Definition qnamespace.h:685
@ Key_4
Definition qnamespace.h:551
@ Key_2
Definition qnamespace.h:549
@ Key_7
Definition qnamespace.h:554
@ Key_8
Definition qnamespace.h:555
@ Key_1
Definition qnamespace.h:548
@ Key_6
Definition qnamespace.h:553
@ Key_3
Definition qnamespace.h:550
@ Key_Comma
Definition qnamespace.h:543
@ Key_5
Definition qnamespace.h:552
uint32 Haiku_ScanCodes_Numlock[]