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

Commit

Permalink
added position property in Application class
Browse files Browse the repository at this point in the history
  • Loading branch information
adireddy committed Jan 5, 2017
1 parent 901c8d7 commit 70c1a5a
Show file tree
Hide file tree
Showing 71 changed files with 161 additions and 87 deletions.
23 changes: 14 additions & 9 deletions docs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17973,6 +17973,11 @@
<haxe_doc>* Height of the application.
* default - Browser.window.innerHeight</haxe_doc>
</height>
<position public="1">
<c path="String"/>
<haxe_doc>* Position of canvas element
* default - static</haxe_doc>
</position>
<transparent public="1">
<x path="Bool"/>
<haxe_doc>* Renderer transparency property.
Expand Down Expand Up @@ -18045,15 +18050,15 @@
</stage>
<_frameCount><x path="Int"/></_frameCount>
<_animationFrameId><t path="Null"><x path="Int"/></t></_animationFrameId>
<set_fps set="method" line="143"><f a="val">
<set_fps set="method" line="149"><f a="val">
<x path="Int"/>
<x path="Int"/>
</f></set_fps>
<set_skipFrame set="method" line="148"><f a="val">
<set_skipFrame set="method" line="154"><f a="val">
<x path="Bool"/>
<x path="Bool"/>
</f></set_skipFrame>
<start public="1" set="method" line="182">
<start public="1" set="method" line="189">
<f a="?rendererType:?parentDom:?canvasElement">
<c path="String"/>
<c path="js.html.Element"/>
Expand All @@ -18067,26 +18072,26 @@
* Can be found in libs folder. "libs/stats.min.js" <script type="text/javascript" src="libs/stats.min.js"></script>
* @param [parentDom] - By default canvas will be appended to body or it can be appended to custom element if passed]]></haxe_doc>
</start>
<resumeRendering public="1" set="method" line="227"><f a=""><x path="Void"/></f></resumeRendering>
<_onWindowResize set="method" line="232">
<resumeRendering public="1" set="method" line="234"><f a=""><x path="Void"/></f></resumeRendering>
<_onWindowResize set="method" line="239">
<f a="event">
<c path="js.html.Event"/>
<x path="Void"/>
</f>
<meta><m n=":noCompletion"/></meta>
</_onWindowResize>
<_onRequestAnimationFrame set="method" line="242">
<_onRequestAnimationFrame set="method" line="249">
<f a="elapsedTime">
<x path="Float"/>
<x path="Void"/>
</f>
<meta><m n=":noCompletion"/></meta>
</_onRequestAnimationFrame>
<addStats public="1" set="method" line="252">
<addStats public="1" set="method" line="259">
<f a=""><x path="Void"/></f>
<meta><m n=":has_untyped"/></meta>
</addStats>
<new public="1" set="method" line="139"><f a=""><x path="Void"/></f></new>
<new public="1" set="method" line="145"><f a=""><x path="Void"/></f></new>
<haxe_doc>* Pixi Boilerplate Helper class that can be used by any application
* @author Adi Reddy Mora
* http://adireddy.github.io
Expand Down Expand Up @@ -18641,7 +18646,7 @@
</class>
<class path="text.Main" params="" file="samples/text/Main.hx">
<extends path="pixi.plugins.app.Application"/>
<main set="method" line="47" static="1">
<main set="method" line="48" static="1">
<f a=""><x path="Void"/></f>
<meta><m n=":keep"/></meta>
</main>
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 update",
"version": "4.2.6",
"releasenote": "added position property in Application class",
"version": "4.2.7",
"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.2.6",
"version": "4.2.7",
"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
4 changes: 3 additions & 1 deletion samples/_output/alphamask.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions samples/_output/alphamask.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion samples/_output/audio.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions samples/_output/audio.js.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion samples/_output/bitmapfont.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions samples/_output/bitmapfont.js.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion samples/_output/blur.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions samples/_output/blur.js.map

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions samples/_output/bunnymark.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions samples/_output/bunnymark.js.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion samples/_output/colormatrix.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions samples/_output/colormatrix.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion samples/_output/devicedetection.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions samples/_output/devicedetection.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion samples/_output/deviceinfo.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions samples/_output/deviceinfo.js.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion samples/_output/dragging.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions samples/_output/dragging.js.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion samples/_output/events.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions samples/_output/events.js.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion samples/_output/graphics.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions samples/_output/graphics.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion samples/_output/loader.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions samples/_output/loader.js.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion samples/_output/mask.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions samples/_output/mask.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 70c1a5a

Please sign in to comment.