Initial support for text input/edit events

This commit is contained in:
Joshua Granick
2015-05-12 07:11:21 -07:00
parent b1a77a57b1
commit 2d3f51d2a4
19 changed files with 399 additions and 0 deletions

View File

@@ -194,6 +194,7 @@
<file name="src/ui/GamepadEvent.cpp" />
<file name="src/ui/KeyEvent.cpp" />
<file name="src/ui/MouseEvent.cpp" />
<file name="src/ui/TextEvent.cpp" />
<file name="src/ui/TouchEvent.cpp" />
<file name="src/ui/WindowEvent.cpp" />
<file name="src/utils/ByteArray.cpp" />