Search found 10 matches
- Sun Jan 25, 2009 6:14 pm
- Forum: Beginners Help
- Topic: Can GUI events override Mouse/Keyboard events?
- Replies: 6
- Views: 543
- Sun Jan 25, 2009 5:11 pm
- Forum: Beginners Help
- Topic: Can GUI events override Mouse/Keyboard events?
- Replies: 6
- Views: 543
- Sun Jan 25, 2009 4:28 pm
- Forum: Beginners Help
- Topic: Can GUI events override Mouse/Keyboard events?
- Replies: 6
- Views: 543
- Sun Jan 25, 2009 3:16 pm
- Forum: Beginners Help
- Topic: Can GUI events override Mouse/Keyboard events?
- Replies: 6
- Views: 543
Can GUI events override Mouse/Keyboard events?
Hello everybody!
At last I've coded my event receiver. I've enabled it to handle GUI, mouse and keyboard events. But there's a little problem.
First of all say that I coded a function that moves the player everywhere I click in the 3d world (a classic "goTo" function). Well, when I click a button ...
At last I've coded my event receiver. I've enabled it to handle GUI, mouse and keyboard events. But there's a little problem.
First of all say that I coded a function that moves the player everywhere I click in the 3d world (a classic "goTo" function). Well, when I click a button ...
- Sat Jan 24, 2009 1:10 pm
- Forum: Beginners Help
- Topic: GUI event receiver . Is it possible?
- Replies: 10
- Views: 2968
- Sat Jan 24, 2009 12:06 pm
- Forum: Beginners Help
- Topic: GUI event receiver . Is it possible?
- Replies: 10
- Views: 2968
- Fri Jan 23, 2009 11:29 pm
- Forum: Beginners Help
- Topic: GUI event receiver . Is it possible?
- Replies: 10
- Views: 2968
The problem is that I include a GUI code lines inside the MastEventReceiver.
Eventually, what I did was to put the 5th tutorial on the web (UserInterface) into my project. Because I have to modify my source code to include the MastEventReceiver in my main.cpp file (using the Sapp context). I think I ...
Eventually, what I did was to put the 5th tutorial on the web (UserInterface) into my project. Because I have to modify my source code to include the MastEventReceiver in my main.cpp file (using the Sapp context). I think I ...
- Fri Jan 23, 2009 11:13 pm
- Forum: Beginners Help
- Topic: GUI event receiver . Is it possible?
- Replies: 10
- Views: 2968
- Fri Jan 23, 2009 2:21 pm
- Forum: Beginners Help
- Topic: GUI event receiver . Is it possible?
- Replies: 10
- Views: 2968
- Thu Jan 22, 2009 8:38 pm
- Forum: Beginners Help
- Topic: GUI event receiver . Is it possible?
- Replies: 10
- Views: 2968
GUI event receiver . Is it possible?
Hi.
I'm making my own project, so I picked up the MastEventReceiver as a receiver. Now I've developed my project a little more and I want to include a GUI (buttons,bars,menus,etc), but I've realised that the MastEventReceiver hasn't got any code for GUI elements. Due to this lack, I've started out ...
I'm making my own project, so I picked up the MastEventReceiver as a receiver. Now I've developed my project a little more and I want to include a GUI (buttons,bars,menus,etc), but I've realised that the MastEventReceiver hasn't got any code for GUI elements. Due to this lack, I've started out ...