wxEVT_LEFT_UP

BlitzMax Forums/Brucey's Modules/wxEVT_LEFT_UP

Nigel Brown(Posted 2010) [#1]
On Windows this works as expected when using it connected to a button i.e. wxButton.ConnectAny( wxEVT_LEFT_UP, onStart, null, self ) on a mac book pro track pad you only get the event when you double click on the pad? holding down CTRL and clicking produces a right click as expected.

Please point me to the entry in the source for this to enable me to change myself, does not seem to be much development / fixing going on here any more :-(