added new signature for SendCommand in JGE that takes in a command string and a parameter

added native keyboard handling in iOS
TODO: add same feature for Android tablets/phones
This commit is contained in:
techdragon.nguyen@gmail.com
2011-12-15 11:11:08 +00:00
parent f9016f70ab
commit dc7d52c48c
14 changed files with 785 additions and 535 deletions

View File

@@ -44,7 +44,8 @@ public:
void Render();
void Update(float dt);
void pressKey(unsigned char id);
void CancelEdit();
SimplePad();
~SimplePad();