0.1.15 • Published 8 years ago

itay-joystick v0.1.15

Weekly downloads
45
License
-
Repository
-
Last release
8 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

8 years ago

0.1.14

8 years ago

0.1.13

8 years ago

0.1.12

8 years ago

0.1.11

8 years ago

0.1.10

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago