~ubuntu-branches/ubuntu/trusty/scim-bridge/trusty

« back to all changes in this revision

Viewing changes to agent/scim-bridge-agent-keyevent-utility.h

  • Committer: Bazaar Package Importer
  • Author(s): Hou ZhengPeng
  • Date: 2006-04-02 18:07:30 UTC
  • Revision ID: james.westby@ubuntu.com-20060402180730-x4zlfe8odh4yzcld
Tags: upstream-0.1.3
ImportĀ upstreamĀ versionĀ 0.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef SCIMBRIDGEAGENTKEYEVENTUTILITY_H_
 
2
#define SCIMBRIDGEAGENTKEYEVENTUTILITY_H_
 
3
 
 
4
#define Uses_SCIM_EVENT
 
5
 
 
6
#include <scim.h>
 
7
 
 
8
#include "scim-bridge-keyevent.h"
 
9
 
 
10
typedef unsigned int ScimKeyLayout;
 
11
 
 
12
ScimBridgeKeyEvent scim_bridge_keyevent_scim_to_bridge (const scim::KeyEvent &keyevent);
 
13
scim::KeyEvent scim_bridge_keyevent_bridge_to_scim (const ScimBridgeKeyEvent &keyevent, const ScimKeyLayout &layout);
 
14
#endif                                            /*SCIMBRIDGEAGENTKEYEVENTUTILITY_H_*/