Skip to content

Commit

Permalink
android fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Nov 3, 2018
1 parent 37aa794 commit e819993
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions haxe/ui/backend/TextInputBase.hx
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,10 @@ class TextInputBase extends TextDisplayBase {
public function new() {
super();
}

public function focus() {
}

public function blur() {
}
}

0 comments on commit e819993

Please sign in to comment.