~ubuntu-branches/ubuntu/oneiric/haxe/oneiric

« back to all changes in this revision

Viewing changes to haxe/std/flash9/events/FullScreenEvent.hx

  • Committer: Bazaar Package Importer
  • Author(s): Jens Peter Secher
  • Date: 2008-06-15 11:04:09 UTC
  • mfrom: (2.1.6 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080615110409-7pyykgwmk5v0cues
Tags: 1:1.19-3
* Remove bashism in script.
  (Closes: #484390)
* Upgrade to Policy 3.8.0 by including a README.source explaining how to
  use dpatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
package flash.events;
 
2
 
 
3
extern class FullScreenEvent extends flash.events.ActivityEvent {
 
4
                var fullScreen(default,null) : Bool;
 
5
                function new(type:String, ?bubbles:Bool, ?cancelable:Bool, ?fullScreen:Bool ) : Void;
 
6
                static var FULL_SCREEN : String;
 
7
}