Enum direct_gui::controls::ControlType
[−]
[src]
pub enum ControlType {
Button,
Label,
Sprite,
}Enum used to check what events should happen on certain controls.
Variants
ButtonLabelSprite