summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/haiku/qhaikukeymapper.h
blob: a3acca3fc4f273eefd77d19980f07b4e1bd16884 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// Copyright (C) 2015 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Tobias Koenig <tobias.koenig@kdab.com>
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

#ifndef QHAIKUKEYMAPPER_H
#define QHAIKUKEYMAPPER_H

#include <qnamespace.h>

#include <InterfaceDefs.h>

QT_BEGIN_NAMESPACE

class QHaikuKeyMapper
{
public:
    QHaikuKeyMapper();

    static uint32 translateKeyCode(uint32 key, bool numlockActive);
};

QT_END_NAMESPACE

#endif