implemented platform independant clickable OK button on gui combat window when selecting blocker order. removed iOS specific coding.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user