From: The D. <the...@bl...> - 2005-06-26 18:45:27
|
I've tried to get notice of whether the event should propagate by default. event:ShouldPropagate() This returns an error, invalid method. It has the same structure as event:GetId() which works fine, so being a simple thing I can't see what I could possibly get wrong. Does this mean that event:ShouldPropagate() doesn't exist in wxLua? And if control of propagation is missing, is there any way I can solve my mouse-click event problem? |