hexonaut / haxe-phaser

Haxe externs for Phaser.
MIT License
51 stars 9 forks source link

ScaleManager is missing setScreenSize(force) #28

Closed NickHolder closed 10 years ago

NickHolder commented 10 years ago

setScreenSize( force ) method is missing from phaser.core.ScaleManager

E.g.

/**
* Set screen size automatically based on the scaleMode.
*/
function setScreenSize(force:Bool):Void;
hexonaut commented 10 years ago

You could open a pull request for this. :)

NickHolder commented 10 years ago

OK will do :)

RafaelOliveira commented 10 years ago

I looked the original function in the phaser source, and I noted that the docs is missing the "@method" comment. Is this the reason js2hx have not analyzed the function? We could send a pull request for this (but I don't know yet how to do this).

hexonaut commented 10 years ago

@RafaelOliveira Likely yes.