On Tue, Aug 14, 2012 at 8:14 AM, Andre Arpin <[email protected]> wrote:
> I do not know why the assert for joysticks but catch works perfectly well 
> using
> arrow keys at least on window.
> Andre

There's no problem with not having a physical joystick, but the check
is whether wxJoyStick is supported and available in the wxLua bindings
on that platform or not. For older versions of wxWidgets it is not
supported in OSX and since I didn't have time to add the appropriate
if() statements and do it right, I just asserted to let the person
running that there would was a problem in a human readable way, rather
than a cryptic assert about calling a nonexistant wxJoyStick
functions.

If you have time to make a patch that fixes it more properly that
would be great.

Thanks,
    John

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
wxlua-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to