Hot Door CORE Forum
Right mouse click - Printable Version

+- Hot Door CORE Forum (http://hotdoorcore.com/forum)
+-- Forum: All forums (http://hotdoorcore.com/forum/forumdisplay.php?fid=1)
+--- Forum: Getting started (http://hotdoorcore.com/forum/forumdisplay.php?fid=6)
+--- Thread: Right mouse click (/showthread.php?tid=26)



Right mouse click - Gaxx - 06-18-2014

Hello. Another question from me. I have registered a mouse down callback for my custom widget, but it seems it only reacts for left mouse click. Is it possible to get calbacks from right mouse click and differentiate them somehow?


RE: Right mouse click - garrett - 06-28-2014

At the moment, there is no way to get a callback for a right mouse click. I will add this to the list of features for consideration. Off the top of my head, it should be pretty straightforward, so this might be in 0.5.5.


RE: Right mouse click - garrett - 07-17-2014

I just thought I'd let you know that 0.5.5 is now available, and it adds this ability! The mouse down callback will be called for either a left or right click, but we have a new function to query which mouse buttons are down at any time.