Socket
Socket
Sign inDemoInstall

pixi-extra-events

Package Overview
Dependencies
11
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    pixi-extra-events

Extra pixi pointer and touch events


Version published
Weekly downloads
16
decreased by-60.98%
Maintainers
1
Install size
36.9 kB
Created
Weekly downloads
 

Readme

Source

Overview

Adds two additional touch events and ensures equivalent pointer events are fired for touches:

  • touchover
  • touchout
  • pointerover
  • pointerout

Based on comment by @alanthai.

Installation

Requires pixi.js as a peer dependency

  1. npm i -S pixi.js
  2. npm i -S pixi-extra-events

Usage

Pass in your own pixi object.

const PIXI = require( 'pixi.js' );
const extraEvents = require( 'pixi-extra-events' );
extraEvents( PIXI );

Tests

TODO

Keywords

FAQs

Last updated on 07 Mar 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc