Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/teraterm/keyboard.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2476 by maya, Mon Apr 14 17:35:50 2008 UTC revision 2503 by salarm, Sun May 11 00:15:38 2008 UTC
# Line 7  Line 7 
7  extern "C" {  extern "C" {
8  #endif  #endif
9    
10    /* KeyDown return type */
11    #define KEYDOWN_COMMOUT 1       /* リモートに送信(BS Enter Spaceなど) */
12    #define KEYDOWN_CONTROL 2       /* Ctrl,Shiftなど */
13    #define KEYDOWN_OTHER   0       /* その他 */
14    
15  void SetKeyMap();  void SetKeyMap();
16  void ClearUserKey();  void ClearUserKey();
17  void DefineUserKey(int NewKeyId, PCHAR NewKeyStr, int NewKeyLen);  void DefineUserKey(int NewKeyId, PCHAR NewKeyStr, int NewKeyLen);
18  BOOL KeyDown(HWND HWin, WORD VKey, WORD Count, WORD Scan);  int KeyDown(HWND HWin, WORD VKey, WORD Count, WORD Scan);
19  void KeyCodeSend(WORD KCode, WORD Count);  void KeyCodeSend(WORD KCode, WORD Count);
20  void KeyUp(WORD VKey);  void KeyUp(WORD VKey);
21  BOOL ShiftKey();  BOOL ShiftKey();

Legend:
Removed from v.2476  
changed lines
  Added in v.2503

SourceForge.JP is a Japanese version of SourceForge.net. For developments that are not related to Japan, we recommend you to use SourceForge.net.