Search found 1 match

by yaim031
Sun Oct 21, 2007 6:44 am
Forum: Code Snippets
Topic: (C++) Simple to use Event Receiver class for Irrlicht 1.3
Replies: 70
Views: 57369

MasterGod wrote:There is a bug that you can't control GUI events.
change

Code: Select all

return eventprocessed; 
to

Code: Select all

return false;