Streampixel Documentation
  • Resources
    • Quick Start Guide
      • Register & Sign In
      • Prepare your Unreal Engine project for Windows
      • Configuring Your Project
      • Uploading Your Build
      • Sharing & Embedding
      • Resolution Settings
      • Codec Settings
      • Mouse Settings
      • Security Control
      • Analytics Feature
      • Additional Settings
    • Custom Integration Guide
      • Setting up your Frontend
        • Basic Iframe Integeration
        • Frontend and Application Communication
        • Stream States
        • Stream Control Commands
      • Sample Code for HTML and React
      • Blueprint Setup for Sending and Receiving JSON Messages from the Frontend in Unreal Engine
    • Additional Unreal Engine Features
      • Playing Media Files
  • Frequently Asked Questions
Powered by GitBook
On this page
  1. Resources
  2. Additional Unreal Engine Features

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 8 months ago