Merge pull request #447 from damien-hackadl/master

LURE: Use the mouse pointer for menus on the Wii
This commit is contained in:
Paul Gilbert 2014-03-12 22:24:44 -04:00
commit ef69ac9f2f

View File

@ -31,7 +31,7 @@
#include "lure/events.h"
#include "lure/lure.h"
#if defined(_WIN32_WCE) || defined(__SYMBIAN32__) || defined(WEBOS) || defined(__ANDROID__)
#if defined(_WIN32_WCE) || defined(__SYMBIAN32__) || defined(WEBOS) || defined(__ANDROID__) || defined(__WII__)
#define LURE_CLICKABLE_MENUS
#endif