Commit Graph

116 Commits

Author SHA1 Message Date
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
3694e50dda Use get_tree().root for root node. 2018-06-07 21:13:55 +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
e72dfb8994 Update copyright holder. 2018-05-27 22:29:17 +00:00
44618c6644 Add LICENSE 2018-05-27 22:28:11 +00:00
72b6bfa428 Fix typo. 2018-05-27 22:25:01 +00:00
e72c086c0d Add initial README. 2018-05-27 22:23:54 +00:00
56fe64b890 Fix incorrect function name. 2018-05-26 14:55:49 +00:00
d2ab34c4e5 Augment controls with accessibility functionality when added. Add non-functional hooks for focus and input events. 2018-05-26 14:47:18 +00:00
ce419967ea Enable the accessibility addon. 2018-05-26 14:16:30 +00:00
8abd6e5a4c Initial commit. Plugin should print an initialization message, but is not yet added to the project. 2018-05-26 11:34:15 +00:00