Is your feature request related to a problem? Please describe.
For interactable elements such as buttons and text inputs, track the state of interaction. For buttons, this is hovered, unhovered, and held. For text inputs, this is hovered, active, and deselected
Additional context
Research is needed to determine feasibility; if disabling/hiding elements does not fire the deselected event we cannot reliably track state.
Is your feature request related to a problem? Please describe.
For interactable elements such as buttons and text inputs, track the state of interaction. For buttons, this is hovered, unhovered, and held. For text inputs, this is hovered, active, and deselected
Additional context
Research is needed to determine feasibility; if disabling/hiding elements does not fire the deselected event we cannot reliably track state.