26#ifndef SCIMBRIDGECLIENTKEYEVENTUTILITYQT_H_
27#define SCIMBRIDGECLIENTKEYEVENTUTILITYQT_H_
37#include <X11/keysym.h>
39static const int XKeyPress = KeyPress;
40static const int XKeyRelease = KeyRelease;
53QKeyEvent *scim_bridge_key_event_bridge_to_qt (
const ScimBridgeKeyEvent *bridge_key_event);
72XEvent *scim_bridge_key_event_bridge_to_x11 (
const ScimBridgeKeyEvent *bridge_key_event, Display *display, WId window_id);
This is the common header for qt client of scim-bridge.
This header describes about key codes.
struct _ScimBridgeKeyEvent ScimBridgeKeyEvent
Definition scim-bridge-key-event.h:54
This header describes about key events.
This header describes about fundamental definitions of scim-bridge.