Skip to content

Instantly share code, notes, and snippets.

@moscoquera
Created January 19, 2014 19:52
Show Gist options
  • Save moscoquera/8510106 to your computer and use it in GitHub Desktop.
Save moscoquera/8510106 to your computer and use it in GitHub Desktop.
private void OnEnable() {
W8KeyboardManager.Show();
}
private void OnDisable() {
W8KeyboardManager.Hide();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment