Add javadoc to JmeSystem.showSoftKeyboard
This commit is contained in:
parent
858fd433ca
commit
7040e32cc4
@ -103,6 +103,10 @@ public class JmeSystem {
|
||||
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) {
|
||||
checkDelegate();
|
||||
systemDelegate.showSoftKeyboard(show);
|
||||
|
Loading…
x
Reference in New Issue
Block a user