~niel-drummond/jeash/NME

« back to all changes in this revision

Viewing changes to display/BitmapData.hx

  • Committer: niel.drummond at gmail
  • Date: 2012-12-11 21:46:42 UTC
  • Revision ID: svn-v4:1509560c-5e2a-0410-865c-31c25e1cfdef:trunk/jeash:2228
[html5] Merge pull request from profelis. fixes #33

Refactor KeyCode / keyIdentifier in keyboard events.

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
        private var _jeashTextureBuffer:HTMLCanvasElement;
125
125
        private var jeashTransparent:Bool;
126
126
 
 
127
        public var transparent(jeashGetTransparent, null):Bool;
 
128
 
 
129
        function jeashGetTransparent() {return jeashTransparent;}
 
130
 
127
131
        public var width(getWidth,null):Int;
128
132
        public var height(getHeight,null):Int;
129
133
        public var rect:Rectangle;