[wxlua-users] EVT_MOUSE_EVENTS

2013-12-04 Thread Victor Bombi
Hello Is there in wxlua a way to Connect afunction to all mouse events? I get nil for w.wxEVT_MOUSE_EVENTS Best victor -- Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base.

Re: [wxlua-users] EVT_MOUSE_EVENTS

2013-12-04 Thread John Labenski
On Wed, Dec 4, 2013 at 3:06 PM, Victor Bombi son...@telefonica.net wrote: Hello Is there in wxlua a way to Connect afunction to all mouse events? I get nil for w.wxEVT_MOUSE_EVENTS No, EVT_MOUSE_EVENTS is a C++ macro that expands into a Connect() for all the mouse event types which can't