SDL_ScreenKeyboard compatibility for SDL2, updated mxml and jpeg libraries
This commit is contained in:
@@ -420,6 +420,11 @@ public class MainActivity extends Activity
|
||||
mGLView.requestFocus();
|
||||
};
|
||||
|
||||
public boolean isScreenKeyboardShown()
|
||||
{
|
||||
return _screenKeyboard != null;
|
||||
};
|
||||
|
||||
final static int ADVERTISEMENT_POSITION_RIGHT = -1;
|
||||
final static int ADVERTISEMENT_POSITION_BOTTOM = -1;
|
||||
final static int ADVERTISEMENT_POSITION_CENTER = -2;
|
||||
|
||||
Reference in New Issue
Block a user