Input Computer vs. HTML5

Hi,

i currently create some input for Consoles, PC and Smartphone.

But what about HTML5?
Can i handle it like Computer? In other words: Can i play a game in the browser that is just made for computer?

Kind regards

Yes HTML5… bah even older standards allows to use keyboard in javascripts and UE4 should support it too. Only requirement is keyboard, but at this point mobile devices don’t handle WebGL well anyway, so it should not be problem for now. Rember that WebGL has capabilities of OpenGL ES so you graphically you should handle it like a mobile version of the game

Ok, thanks. So keyboard is required. What about mouse?
Or better question :smiley: : What axis-action mappings can i use for html?

Application should behave the same way regardless of platfrom, mouse should be supported to, this is another feature javascript had before HTML5

Ok, thanks :smiley:

I was playing a completely unrelated game while Tappy Chicken was open in my browser and fou d that Gamepad 0 was being handled by both games simultaneously.