DropDown.txt 485 B

1234567891011
  1. GUI ignores image in GUIContent for most elements.
  2. Context menu appears at the wrong coordinates
  3. Menus lack proper frame
  4. Test scrollUp/scrollDown
  5. Design improvements:
  6. Attempt to get rid of selective input click callback in GUIManager. It's too specific.
  7. - Instead of using selective input I might be able to block all input using event filter (by adding return values to them)
  8. - Some kind of GUISelectiveInput class? I think it makes sense to move it out of GUIManager