|
|
@ -103,6 +103,10 @@ public class JmeSystem { |
|
|
|
systemDelegate.setSoftTextDialogInput(input); |
|
|
|
systemDelegate.setSoftTextDialogInput(input); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* Displays or hides the onscreen soft keyboard |
|
|
|
|
|
|
|
* @param show If true, the keyboard is displayed, if false, the screen is hidden. |
|
|
|
|
|
|
|
*/ |
|
|
|
public static void showSoftKeyboard(boolean show) { |
|
|
|
public static void showSoftKeyboard(boolean show) { |
|
|
|
checkDelegate(); |
|
|
|
checkDelegate(); |
|
|
|
systemDelegate.showSoftKeyboard(show); |
|
|
|
systemDelegate.showSoftKeyboard(show); |
|
|
|