Multi-Touch Plugin
Multi-Touch Plugin v1.02
Author: Michael Morris @Blue Booth Studios
Engine: RPGMaker MV
Language: JavaScript
Links: RPGMakerWeb Plugin Release Post
MV Plugins Entry
Introduction
Adds Multi-Touch support to TouchInput core scripts. Separated out from BBS_MapControls.js so as to facilitate the growth of new features and gestures.
Features
- Full (tested) multi-touch support! WARNING: This required me to redo most of TouchInput core, which may introduce some incompatibilities.
- Swipe (up/down/left/right) gesture support.
- Input History tracking.
- Download or copy script into your game js/plugins directory.
- Import script into your project.
- Call script plugin commands within your own events or plugins.
- Use with Yanfly’s Message Core plugin to resolve word wrapping!
- Micheal Morris @Blue Booth Studios
- Credit to Tsukihime for continuing to be so helpful!
- Jairajs89 – Touchy.js, which serves as basis for some multi-touch functionality.
- Ramza, Lakaroth and friends for all their help testing multi-touch.
- None known.