Module oxygengine_user_interface::raui::core::signals [−][src]
Expand description
Widget signals
Signals are a way for widgets to send messages to the RAUI
Application
. This can be used to create custom integrations
with the RAUI host or rendering backend.
Signals may be sent using the SignalSender
in the widget change context or
unmount context.
Structs
Used to send Signal
s from a component change context
Type Definitions
A signal is a message sent by a widget that can be read by the
Application