Fix show/hide of OSK.

This commit is contained in:
Michael Jumper
2012-11-13 20:18:11 -08:00
parent a15f403492
commit 5d587373f3
3 changed files with 23 additions and 2 deletions

View File

@@ -104,6 +104,13 @@ GuacUI.StateManager = new (function() {
};
/**
* Returns the current visible state.
*/
this.getState = function() {
return current_state;
};
})();