예제 #1
0
파일: guipage.cpp 프로젝트: imeteora/vdrift
void GuiPage::SetVisible(bool value)
{
	if (!value)
	{
		if (default_control)
			SetActiveControl(*default_control);
	}
	else
	{
		onfocus();
	}
}
예제 #2
0
void GUICONTROL::OnFocus() const
{
	onfocus();
}