refined button placement

added SDL_CONFIG to list of conditions in which ot enable touch buttons
This commit is contained in:
techdragon.nguyen@gmail.com
2012-01-30 09:23:56 +00:00
parent 969e6ac5e6
commit b44f3088c2
3 changed files with 12 additions and 15 deletions

View File

@@ -23,7 +23,7 @@
#include <boost/shared_ptr.hpp>
#if defined (IOS) || defined (ANDROID) || defined (QT_CONFIG)
#if defined (IOS) || defined (ANDROID) || defined (QT_CONFIG) || defined (SDL_CONFIG)
#define TOUCH_ENABLED
#endif