Enum glfw::Action[src]
pub enum Action { Release, Press, Repeat, }
Input actions.
Variants
Release | |
Press | |
Repeat |
pub enum Action { Release, Press, Repeat, }
Input actions.
Release | |
Press | |
Repeat |
impl TotalEq for Action
impl Show for Action
impl Hash for Action
impl Eq for Action
impl Clone for Action
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
(or str
), enum
,
trait
, typedef
(or
tdef
).