-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Closed
Labels
Description
(ADMIN EDIT July 2016: see #323 (comment) for the current todo list / ongoing tasks)
I've been looking to make our ImGUI accept controller input, for use on consoles. Something like hitting d-pad down to select the next item down, etc.
From what I could tell, however, the only way to do such a thing would be to spoof mouse control. Is this the case? If so, is there a way to ask for the rectangle of a given item outside of the update loop?
I also couldn't find any way to programmatically set the focus of an item other than input text fields; did I miss something?