implemented platform independant clickable OK button on gui combat window when selecting blocker order. removed iOS specific coding.

This commit is contained in:
techdragon.nguyen@gmail.com
2011-12-31 08:21:00 +00:00
parent f93246c75c
commit dfa007cecb
7 changed files with 127 additions and 213 deletions
-3
View File
@@ -150,9 +150,6 @@
width: (CGFloat) width
height: (CGFloat) height
{
CGRect uiFrame = CGRectMake(x, y, width, height);
if ( [command isEqualToString: @"okbuttoncreated"] )
[glViewController addOkButtonListener: uiFrame];
}
- (void)handleWEngineCommand:(NSString *) command withParameter: (NSString *) parameter