Trait rebind::Action [] [src]

pub trait Action: Copy + Hash + Ord { }

Represents a logical action to be bound to a particular button press, e.g. jump, attack, or move forward. Needs to be hashable, as it is used as a lookup key when rebinding an action to a different button.

Implementors