[−][src]Enum conrod_core::event::Button
pub enum Button { Keyboard(Key), Mouse(MouseButton, Point), Controller(ControllerButton), }
The different kinds of Button
s that may be Press
ed or Release
d.
Variants
Keyboard(Key)
A keyboard button.
Mouse(MouseButton, Point)
A mouse button along with the location at which it was Press
ed/Release
d.
Controller(ControllerButton)
A controller button.
Implementations
impl Button
[src][−]
pub fn relative_to(&self, xy: Point) -> Button
[src][−]
Returns a copy of the Button relative to the given xy
Trait Implementations
impl Clone for Button
[src][+]
impl Copy for Button
[src]
impl Debug for Button
[src][+]
impl PartialEq<Button> for Button
[src][+]
impl StructuralPartialEq for Button
[src]
Auto Trait Implementations
impl RefUnwindSafe for Button
impl Send for Button
impl Sync for Button
impl Unpin for Button
impl UnwindSafe for Button
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Style for T where
T: Any + Debug + PartialEq<T>,
[src]
T: Any + Debug + PartialEq<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,