Welcome to mirror list, hosted at ThFree Co, Russian Federation.

KeycodeMap.hpp - github.com/neutrinolabs/ulalaca-xrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 020a9417a7fdfbbe2414d91388ae86c16c0bce41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//
// Created by Gyuhwan Park on 2022/05/07.
//

#ifndef ULALACA_KEYCODEMAP_HPP
#define ULALACA_KEYCODEMAP_HPP

#include <cstdint>

int16_t rdpKeycodeToCGKeycode(uint16_t keycode);


#endif //ULALACA_KEYCODEMAP_HPP