Struct adi_screen::GuiButton [] [src]

pub struct GuiButton { /* fields omitted */ }

A GUI Button Sprite.

Methods

impl Button
[src]

[src]

Add a new button to the screen.

[src]

Update appearance of button, depending on state of mouse, and return true when the button is pressed.

Trait Implementations

Auto Trait Implementations

impl Send for GuiButton

impl Sync for GuiButton