⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 interfa1.h

📁 网页游戏赤壁
💻 H
字号:
/////////////////////////
// 	Interfac.h	:	v0010
//	Written by 	:	Li	Haijun
//	Compiler	:	Microsoft Visual C++ 4.0
//	v0010		:	Jen.3.1997
/////////////////////////

/////////////////////////////////////////////////////////////////////////////
// All button operation function for the interface
 
#ifndef __INTERFA1_H__
#define __INTERFA1_H__
/////////////////////////////////////////////////
//	to show all menu
BOOL	FACE_ShowMenu( LPARAM lParam, int CommandId = 0 );
////////////////////////////////////////////////////////////
//	to handle all button's command
BOOL	FACE_ButtonCommand( HWND hWnd, WPARAM wParam, LPARAM lParam );
//	to show command unit on command unit area
void	FACE_ShowCommandUnit(int UnitID, DWORD Flag); 
//////////////////////////////////////////////////////////////////////////////////
//	if receive a surface lost message , do this function to restore the interface
void	FACE_SurfaceLost(void);
// to handle the hot key and set button to down
void	FACE_HotKeyDown(int wParam, UINT lParam) ;
// to handle the hot key and to post a message to Liu Gang
void	FACE_HotKeyUp(int wParam, UINT lParam) ;
// to send a message for the number hot key to manager the 1 - 10  unit
void	FACE_NumKey( int wParam, UINT lParam ) ;
// to send a message for user to press Esc key
void	FACE_EscKey(BOOL Flag) ;
/////////////////////////////
#endif

⌨️ 快捷键说明

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