It may sound wierd but hear me out. How can I implement keyboard and mouse controls on mobile?
For example, by pressing “f” will play an animation (for example) or, by pressing “g” you can open menu (for example).
How do I make GUI that mimic keyboard behaviour so that when I clicked on the gui, it register as if I pressed either “f” or “g” on mobile device? (different GUI buttons by the way) When I clicked the GUI with “f” to register, it plays an animation for me because it register the GUI action as the “f” in keyboard action.
TLDR: How to make a virtual keyboard for mobile device users that when they clicked, it register as desktop keyboard action?