ioxu / microscratches-generator

A texture generator for controlling the rotation of anisotropic reflection in shading models for 3d renderers.
MIT License
4 stars 0 forks source link

consume keypress events in the parameter pane #2

Closed ioxu closed 2 years ago

ioxu commented 2 years ago

Need to handle keys entered in parameter pane fields. E.G. Typing "a" into a parameter pane field will toggle the main display to "alpha display" mode. Et cetera.

ioxu commented 2 years ago

display.gd, switch accept_input (https://github.com/ioxu/microscratches-generator/blob/d878020dd106e5ada339a1defa212b894a38f8eb/scenes/display.gd#L41)

ioxu commented 2 years ago

mouse exit/enter events on ui/Control/MarginContainer/VBoxContainer/Control/HBoxContainer/VBoxContainer/PanelContainer

ioxu commented 2 years ago

https://github.com/ioxu/microscratches-generator/blob/d878020dd106e5ada339a1defa212b894a38f8eb/scenes/display.gd#L218

https://github.com/ioxu/microscratches-generator/blob/d878020dd106e5ada339a1defa212b894a38f8eb/scenes/display.gd#L222