Hi all,
Sorry if this has come up before, but I haven’t been able to find an answer.
We are trying to migrate an AS3 application to OpenFL, and the compiler complains about Event.FULLSCREEN:
Class<openfl.events.Event> has no field FULLSCREEN
I have checked the current online documentation and the field exists:
http://www.openfl.org/documentation/api/openfl/events/Event.html
static var FULLSCREEN:String
The Event.FULL_SCREEN constant defines the value of the type property of a fullScreen event object. *
Please note that the documentation defines the name as FULLSCREEN and then in the description says FULL_SCREEN. We have tried both, no luck.
The documentation included in OpenFL 3.3.6 and 3.3.5 do NOT include the field.
Our environment is OpenFL 3.3.6, Haxe 3.2.0 (Linux - x64) building for Neko / HTML5
Any help will be really appreciated!