Search found 6 matches
- Mon Jul 13, 2009 2:57 am
- Forum: Code Snippets
- Topic: CustomUI v0.6 [update 22.03.09]
- Replies: 12
- Views: 6118
- Sun Apr 05, 2009 12:50 am
- Forum: Advanced Help
- Topic: Can can I transfer the irr message?
- Replies: 8
- Views: 781
- Sat Apr 04, 2009 6:19 pm
- Forum: Advanced Help
- Topic: Can can I transfer the irr message?
- Replies: 8
- Views: 781
- Sat Apr 04, 2009 5:10 pm
- Forum: Advanced Help
- Topic: Can can I transfer the irr message?
- Replies: 8
- Views: 781
- Sat Apr 04, 2009 4:13 pm
- Forum: Advanced Help
- Topic: Can can I transfer the irr message?
- Replies: 8
- Views: 781
I control a player node by the keyboard.' W','S','A','D' will contrlol the behavior of it.
At the same time,I load a UI by
gEnv->loadGUI("media\\xml\\window_menu_personal_inf.xml");
there will be present a window.And the window contain a editbox.
When I press key ' W','S','A','D' in the editbox,how ...
At the same time,I load a UI by
gEnv->loadGUI("media\\xml\\window_menu_personal_inf.xml");
there will be present a window.And the window contain a editbox.
When I press key ' W','S','A','D' in the editbox,how ...
- Sat Apr 04, 2009 3:43 pm
- Forum: Advanced Help
- Topic: Can can I transfer the irr message?
- Replies: 8
- Views: 781
Can can I transfer the irr message?
Hi~~I'm newer of learning irr engine.
now I hava a problem.When I open a UI window and I input the editbox,but at the same time my scene node that proccess the input message work too .How can I prevent the message transfer to the scene node ?Actually,I just want to edit the box but not the scene no ...
now I hava a problem.When I open a UI window and I input the editbox,but at the same time my scene node that proccess the input message work too .How can I prevent the message transfer to the scene node ?Actually,I just want to edit the box but not the scene no ...