We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi everyone , i'm have problem with gui callback
pseudo code void Ret_CallBack(Gwen::Controls::Base *p) { //some code }
Gwen::Controls::Button *pButton = new Gwen::Controls::Button(pCanvas); //pCanvas == SFML Window pButton->SetText(L"CLICK ME!"); pButton->OnPress.Add(pCanvas,&_CallBack);
I'm not understand template to CallBack function
Someone can help me , upload own code / not using UnitTest( with this classes)
sorry bad eng! :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hi everyone , i'm have problem with gui callback
pseudo code
void Ret_CallBack(Gwen::Controls::Base *p)
{
//some code
}
Gwen::Controls::Button *pButton = new Gwen::Controls::Button(pCanvas);
//pCanvas == SFML Window
pButton->SetText(L"CLICK ME!");
pButton->OnPress.Add(pCanvas,&_CallBack);
I'm not understand template to CallBack function
Someone can help me , upload own code /
not using UnitTest( with this classes)
sorry bad eng! :)
The text was updated successfully, but these errors were encountered: