0.1.15 • Published 7 years ago

itay-joystick v0.1.15

Weekly downloads
45
License
-
Repository
-
Last release
7 years ago

itay-joystick

A virtual joystick written in typescript.

Mostly based on: https://github.com/jeromeetienne/virtualjoystick.js

Install

npm install --save itay-joystick

Basic Usage

import {Joystick} from 'itay-joystick';
export MyClass {
    constructor(){
        let joystick1 = new Joystick({
                container: document.getElementById("joystick-stationary-base-container"),
                isMouseSupporting: true,
                isStationaryBase: true,
            });
    }
}
0.1.15

7 years ago

0.1.14

7 years ago

0.1.13

7 years ago

0.1.12

7 years ago

0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago