0
How do you add mobile controls?
In Javascript, how would you add mobile controls in a game?
2 Antworten
+ 7
You have to make them ,or search for libraries that ease the implementation of them ,use touch pointer and mouse listener events to make your controls
0
Ah, Yes! I figured it out! Thank you!