Mouse release?

BlitzMax Forums/MaxGUI Module/Mouse release?

Sanctus(Posted 2009) [#1]
How would one get to know when the user release a mouse button in a canvas?
There is a mouse down but a mouse release would be nice.
Anyone with a ideea to fix this fast?


SebHoll(Posted 2009) [#2]
Is EVENT_MOUSEUP not emitted from the canvas?


Sanctus(Posted 2009) [#3]
yeah that is emited... but it's not in the documentation. Sorry


SebHoll(Posted 2009) [#4]
yeah that is emited... but it's not in the documentation. Sorry


Eeekkk! Yeah docs are definitely not a strong point. EVENT_MOUSEUP was listed under CreatePanel(), and SetGadgetSensitivity() but not CreateCanvas(). Anyhoo, I've updated the description in the MaxGUI SVN repository. Thanks!