removed double tap gesture recognizer

added some helper methods to reduce code duplication. 
added a magnitude calculation method.  not currently used but possibly in the future..
This commit is contained in:
techdragon.nguyen@gmail.com
2011-12-18 15:59:21 +00:00
parent 07582eca45
commit 0a19a61ea6
2 changed files with 50 additions and 35 deletions

View File

@@ -368,6 +368,7 @@ class JGE
/// Sends a message through JGE
/// Currently used only to communicate with the JNI Layer in Android
/// and in IOS to communicate with the EAGL layer
void SendCommand(std::string command);
void SendCommand(std::string command, std::string parameter);