Enum glfw::Action[src]

pub enum Action {
    Release,
    Press,
    Repeat,
}

Input actions.

Variants

Release
Press
Repeat

Trait Implementations

Derived Implementations

impl TotalEq for Action

impl Show for Action

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Hash for Action

fn hash(&self, __arg_0: &mut SipState)

impl Eq for Action

fn eq(&self, __arg_0: &Action) -> bool

fn ne(&self, __arg_0: &Action) -> bool

impl Clone for Action

fn clone(&self) -> Action