Languages

Menu
Sites
Language
OnSceneActivatedN

I use ISceneEventListener to transfer data between forms. I use OnSceneActivatedN run of form but does not run this function and I do not know how to run it, I do everything on the documentation.

Responses

1 Replies

Open appFormFactory.cpp and the add (app is your app name)

find your new form and then add

 pSceneManager->AddSceneEventListener(sceneId, *pForm);