keycode.h

来自「日本的开源编辑器源码」· C头文件 代码 · 共 42 行

H
42
字号
//	$Id: Keycode.h,v 1.6 2002/02/24 02:02:53 genta Exp $
/*!	@file
	@brief キーコード定義

	@author Norio Nakatani
	$Revision: 1.6 $
*/
/*
	Copyright (C) 1998-2001, Norio Nakatani

	This source code is designed for sakura editor.
	Please contact the copyright holder to use this code for other purpose.
*/

#ifndef _KEYCODE_H_
#define _KEYCODE_H_


#include <windows.h>
#include "funccode.h"

#define _SHIFT	0x00000001
#define _CTRL	0x00000002
#define _ALT	0x00000004

/* キーコードの定義 */
/* マウス操作 */
// 2002/2/10 aroka 未使用
//#define	KEY_LBUTTONCLK	 VK_LBUTTON
//#define	KEY_LBUTTONDBLCLK 0x00000200
//#define	KEY_RBUTTONCLK	 VK_RBUTTON
//#define	KEY_RBUTTONDBLCLK 0x00000400



///////////////////////////////////////////////////////////////////////
#endif /* _KEYCODE_H_ */


/*[EOF]*/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?