summaryrefslogtreecommitdiff
path: root/platform/haiku/key_mapping_haiku.h
blob: e2864678a84c8dad2d3c9e48d10297648e2a8e1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef KEY_MAPPING_HAIKU_H
#define KEY_MAPPING_HAIKU_H

class KeyMappingHaiku
{
	KeyMappingHaiku() {};

public:
	static unsigned int get_keysym(int32 raw_char, int32 key);
	static unsigned int get_modifier_keysym(int32 key);
};

#endif