Commit Graph

13 Commits

Author SHA1 Message Date
6d1d0f914e Add presentation of text when arrowing left/right in LineEdit.
Note that this addon now requires changes not available in any current Godot release.
2018-06-12 12:32:09 +00:00
70f8e1c98d Add stub presentation for lists. 2018-06-10 21:14:43 +00:00
9c9c4c4af5 Add stub presentation for Tree. 2018-06-10 21:02:45 +00:00
1ef8886876 Basic presentation for LineEdit. 2018-06-10 20:32:27 +00:00
417a865bdb Add presentation for buttons. 2018-06-10 20:18:00 +00:00
df410e5802 Initial focus is set, and focus changes are reported. 2018-06-10 19:42:58 +00:00
2f1ad85f1d Move all accessibility code into Accessible class. Also, add tree-augmenting function to make an entire tree accessible. 2018-06-07 21:28:33 +00:00
319c1297c4 Add nodes to an accessible group after they are augmented. 2018-06-07 21:18:36 +00:00
e42b054e86 Apparently these _s aren't needed. 2018-05-28 21:45:13 +00:00
035a0699e1 Try everything I can think of to get focus working. Grab click focus, make every single control focusable every way possible, track focus_exited for more insight. Nothing works. 2018-05-28 21:09:29 +00:00
5d359dba8e Set an initial focus when the 3D screen appears. 2018-05-28 19:22:09 +00:00
9298549c0d Remove print_tree_pretty. This is documented but doesn't work for some reason. 2018-05-28 18:17:00 +00:00
c0825b3dc1 Use a separate object to encapsulate the node to make accessible and its related callbacks. 2018-05-28 16:48:02 +00:00