Mouse click support

If there is something important you think is missing in the current version of ZGameEditor then you can post a feature request here!

Moderator: Moderators

Post Reply
daz
Posts: 8
Joined: Fri Feb 12, 2010 2:46 am

Mouse click support

Post 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).
User avatar
VilleK
Site Admin
Posts: 2277
Joined: Mon Jan 15, 2007 4:50 pm
Location: Stockholm, Sweden
Contact:

Post 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.
daz
Posts: 8
Joined: Fri Feb 12, 2010 2:46 am

Post 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:
Post Reply