Enum button_controller::ButtonEvent
[−]
[src]
pub enum ButtonEvent {
MouseEnter,
MouseLeave,
Press,
Click,
Cancel,
}Button event signals.
Variants
MouseEnterMouse entered button.
MouseLeaveMouse leaved button.
PressButton was pressed.
ClickThe button was clicked.
CancelThe button press was canceled.
Trait Implementations
impl Clone for ButtonEvent[src]
fn clone(&self) -> ButtonEvent
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for ButtonEvent[src]
impl PartialEq for ButtonEvent[src]
fn eq(&self, __arg_0: &ButtonEvent) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.