示例#1
0
void CScene::OnRButtonUp(HWND hWindow, int x, int y, UINT keyFlags)
/***********************************************************************/
{
#ifdef _DEBUG
	if ( CONTROL )
		PrintWindowCoordinates( hWindow );
#endif
}
示例#2
0
static void Video_OnRButtonUp(HWND hWindow, int x, int y, UINT keyFlags)
/***********************************************************************/
{
	if ( CONTROL )
		PrintWindowCoordinates( hWindow );
}
示例#3
0
LOCAL void Bmulti_OnRButtonUp(HWND hWindow, int x, int y, UINT keyFlags)
/***********************************************************************/
{
	if ( CONTROL )
		PrintWindowCoordinates( hWindow );
}