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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user