Posted by member 7223 on 2003-08-29 09:43:30 link
OnLeftUp !bang = OnLeftClick !bang (the greatest part of the times)
OnLeftDown... draging/resizing/making sliders... (see tnl)
I know the way modules handles MouseUp actions can be weird and I think the question is not "shall we implemente mouse up/down events ?" but "how shall we do that ?". If there's no question about MouseDown...
1. should MouseUp react when simply mousing Up over the module ?
2. should MouseUp react only when mousing Up (over the module) happens after mousing down ?
3. after a MouseDown (over the module), should MouseUp react even if the mouse is outside the module's area ?
OnLeftDown... draging/resizing/making sliders... (see tnl)
I know the way modules handles MouseUp actions can be weird and I think the question is not "shall we implemente mouse up/down events ?" but "how shall we do that ?". If there's no question about MouseDown...
1. should MouseUp react when simply mousing Up over the module ?
2. should MouseUp react only when mousing Up (over the module) happens after mousing down ?
3. after a MouseDown (over the module), should MouseUp react even if the mouse is outside the module's area ?