1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-09-19 12:14:49 +00:00

Updated Mouse events (markdown)

FellippeHeitor 2016-12-21 14:42:20 -02:00
parent c5b78fcb3d
commit bf82ba9d52

@ -1,6 +1,9 @@
#Click #Click
Click events are triggered when a control is active, visible and the user presses the left mouse button while hovering a control and releases the button while still hovering the same control. Click events are triggered when a control is active, visible and the user presses the left mouse button while hovering a control and releases the button while still hovering the same control.
#MouseDown/MouseUp
The MouseDown event occurs when the left mouse button is first pressed on a control. The MouseUp event is triggered when the left mouse button is released on a control. Right after a MouseUp event is fired, a Click event is also triggered.
##Controls that respond to mouse events: ##Controls that respond to mouse events:
* [[Button]] * [[Button]]
* [[Label]] * [[Label]]