Hide/Unhide Touch Controls

In order to make your application usable on touch devices, then the best way is to create a touch interface for your touch controls.

Streampixel frontend automatically detects whether the device on which the user is accessing the application is a touch device or not. The same is passed as a message to your unreal engine application and all you need to do is to detect the message and change the touch interface.

An example is shown below

Last updated