Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Commit

Permalink
fixes #106
Browse files Browse the repository at this point in the history
  • Loading branch information
adireddy committed Jan 31, 2017
1 parent c164cb5 commit 2c1ae53
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
6 changes: 6 additions & 0 deletions docs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17745,6 +17745,12 @@
*
* @member {Event}</haxe_doc>
</originalEvent>
<identifier public="1">
<x path="Int"/>
<haxe_doc>* Unique identifier for this interaction
*
* @member {Int}</haxe_doc>
</identifier>
<getLocalPosition public="1" set="method">
<f a="displayObject:?point:?globalPos">
<c path="pixi.core.display.DisplayObject"/>
Expand Down
4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"contributors": [
"adireddy"
],
"releasenote": "minor bug fixes",
"version": "4.3.2",
"releasenote": "added identifier property in InteractionData",
"version": "4.3.3",
"url": "https://github.com/pixijs/pixi-haxe",
"dependencies": {
"perf.js": ""
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pixijs",
"version": "4.3.2",
"version": "4.3.3",
"description": "Externs of pixi.js v4.x for Haxe - a fast and lightweight 2D rendering library that works across all devices",
"author": "Adi Reddy Mora",
"homepage": "http://adireddy.github.io",
Expand Down
7 changes: 7 additions & 0 deletions src/pixi/interaction/InteractionData.hx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ extern class InteractionData {
*/
var originalEvent:Event;

/**
* Unique identifier for this interaction
*
* @member {Int}
*/
var identifier:Int;

/**
* This will return the local coordinates of the specified displayObject for this InteractionData
*
Expand Down

0 comments on commit 2c1ae53

Please sign in to comment.