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 Actionimpl Show for Actionimpl Hash for Actionimpl Eq for Actionimpl 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).