Skip to content

Commit

Permalink
Add UITextEvent to __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
pushfoo committed Jul 26, 2024
1 parent 605f56f commit c0a50bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arcade/gui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from arcade.gui.events import UIOnChangeEvent
from arcade.gui.events import UIOnClickEvent
from arcade.gui.events import UIOnUpdateEvent
from arcade.gui.events import UITextEvent
from arcade.gui.events import UITextInputEvent
from arcade.gui.events import UITextMotionEvent
from arcade.gui.events import UITextMotionSelectEvent
Expand Down Expand Up @@ -87,6 +88,7 @@
"UISpace",
"UISpriteWidget",
"UITextArea",
"UITextEvent",
"UITextInputEvent",
"UITextMotionEvent",
"UITextMotionSelectEvent",
Expand Down

0 comments on commit c0a50bc

Please sign in to comment.