Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* RM MV - No More Touch Plugin
- Author: DeadElf79
- Description:
- Here is a special for Archeia.
- This plugin disable all touch by mouse. */
- "use strict";
- {
- TouchInput._onMouseDown = function(event) {};
- TouchInput._onMouseMove = function(event) {};
- TouchInput._onTouchStart = function(event) {};
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement