New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

unreal-html5-touch-controller

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unreal-html5-touch-controller

Touch controller for Unreal Engine HTML5 exports with joystick and gesture support.

beta
latest
Source
npmnpm
Version
1.0.0-beta.2
Version published
Maintainers
1
Created
Source

unreal-html5-touch-controller

A lightweight JavaScript module to enable mobile touch controls for Unreal Engine HTML5 builds.

Features

  • Left-side joystick for movement (WASD simulation)
  • Right-side touch drag for camera control (mouse simulation)
  • Customizable button bindings for UE key mappings

Installation

npm install unreal-html5-touch-controller

Usage

import { UnrealHTML5TouchController } from 'unreal-html5-touch-controller';

const control = new UnrealHTML5TouchController({
  canvasId: 'canvas',
  joystickId: 'joystick-left'
});

// Custom actions
control.keyController.bindButton('#jump-btn', 'Space');
control.keyController.bindButton('#sprint-btn', 'ShiftLeft');

License

MIT

Keywords

unreal

FAQs

Package last updated on 12 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts