コード例 #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 );
}