Skip to content

Commit

Permalink
implemented text field also for flash instead of fte
Browse files Browse the repository at this point in the history
  • Loading branch information
yanhick committed May 17, 2013
1 parent a4684ad commit a79fcd7
Show file tree
Hide file tree
Showing 5 changed files with 117 additions and 507 deletions.
3 changes: 1 addition & 2 deletions cocktail/port/Bindings.hx
Expand Up @@ -38,16 +38,15 @@ typedef Platform = cocktail.port.platform.flash_player.Platform;
typedef NativeTextInput = cocktail.port.platform.flash_player.NativeTextInput;
typedef NativeTextArea = cocktail.port.platform.flash_player.NativeTextArea;
typedef NativePasswordInput = cocktail.port.platform.flash_player.NativePasswordInput;
typedef FontBuilder = cocktail.port.platform.flash_player.FontBuilder;

//bindings for flash (or air), compiled either using nme or without
#if flash
typedef NativeVideo = cocktail.port.platform.flash_player.NativeVideo;
typedef FontBuilder = cocktail.port.platform.flash_player.FontBuilder;

//bindings for nme when not building for flash or air
#elseif nme
typedef NativeVideo = cocktail.port.base.NativeMedia;
typedef FontBuilder = cocktail.port.platform.nme.FontBuilder;
#end

#end
Expand Down
92 changes: 0 additions & 92 deletions cocktail/port/platform/flash_player/FlashFontBuilderBase.hx

This file was deleted.

0 comments on commit a79fcd7

Please sign in to comment.