[wx-dev] Click events
David Barnard
david at didactylos.net
Sun Jul 27 12:56:15 PDT 2008
As I tried to explain, EVT_LEFT_UP is not equivalent to a click.
Sure, it makes a good substitute, which is probably why the question
is asked so rarely. But a) it doesn't propagate, being a mouse event
not a command event, and b) it fires at times when a click event isn't
expected, such as at the end of a drag action.
On Sun, Jul 27, 2008 at 8:39 PM, Vadim Zeitlin <vadim at wxwidgets.org> wrote:
> On Sun, 27 Jul 2008 20:36:30 +0100 David Barnard <david at didactylos.net> wrote:
>
> DB> What am I missing?
>
> EVT_LEFT_UP?
> VZ
>
> _______________________________________________
> wx-dev mailing list
> wx-dev at lists.wxwidgets.org
> http://lists.wxwidgets.org/mailman/listinfo/wx-dev
>
More information about the wx-dev
mailing list