From 2cbb767cf0e1ca89ed67dd36c93a4ac6d1162f35 Mon Sep 17 00:00:00 2001 From: Theunis Johannes Botha Date: Mon, 28 May 2018 21:09:56 +0200 Subject: [PATCH] Initial Commit: CC - Touch Move - AR Football 3 (7w3d7hfzal.js) --- 7w3d7hfzal.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 7w3d7hfzal.js diff --git a/7w3d7hfzal.js b/7w3d7hfzal.js new file mode 100644 index 0000000..2f143b5 --- /dev/null +++ b/7w3d7hfzal.js @@ -0,0 +1,17 @@ +return; + +if (!this.entityLoaded) { + return; +} + +data.event.preventDefault(); + +this.entityLoaded.move( + { + source : 'touch', + x : data.meta.movementX, + y : data.meta.movementY + } +); + +//@ sourceURL=touchMove.js \ No newline at end of file