Page 1 of 1

Mouse click support

Posted: Sat Feb 20, 2010 4:48 am
by daz
Correct me if I'm wrong, but I don't believe there's currently support for mouse clicks. Left/Right is enough for me, but if support for MMB is added, I'm sure someone would use it ;)

Also, a native keyup event would be nice so I don't have to spend time implementing a dirty work around.

I'm liking the idea of the beta release though ;) I noticed it had one twitch fixed that I wanted (showing model count in green debug box consistently).

Posted: Sat Feb 20, 2010 10:45 am
by VilleK
Hi daz,

Mouse clicks can be detected using special characters in KeyPress-component:

http://www.zgameeditor.org/index.php/Co ... f/KeyPress

You can see examples of this in Triple-E and Particles sample projects.

Posted: Sat Feb 20, 2010 1:58 pm
by daz
VilleK wrote:Hi daz,

Mouse clicks can be detected using special characters in KeyPress-component:

http://www.zgameeditor.org/index.php/Co ... f/KeyPress

You can see examples of this in Triple-E and Particles sample projects.
Ah, thank you :wink: