#
Show / Hide Inkey
You can show & hide Inkey in two different ways:
- (recommended) If you are using Algonaut:
algonaut.inkeyShow();
algonaut.inkeyHide();
- Manually send instructions via PostMessage. More information on the PostMessage API page