File: qt-keysym-map.h

package info (click to toggle)
maliit-inputcontext-gtk 0.99.1%2Bgit20151116.72d7576-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 208 kB
  • sloc: ansic: 896; cpp: 328; makefile: 30
file content (14 lines) | stat: -rw-r--r-- 190 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _QT_KEYSYM_MAP_H
#define _QT_KEYSYM_MAP_H

#include <glib.h>

G_BEGIN_DECLS

int QtKeyToXKeySym(int qtKey);
int XKeySymToQTKey(uint keySym);


G_END_DECLS

#endif //_QT_KEYSYM_MAP_H