struct
Rosegold::VirtualInput
- Rosegold::VirtualInput
- Struct
- Value
- Object
Defined in:
rosegold/control/physics.crConstructors
Instance Method Summary
- #backward? : Bool
- #forward? : Bool
- #has_movement_input?
- #jump? : Bool
- #left? : Bool
- #right? : Bool
- #sneak? : Bool
- #sprint? : Bool
Constructor Detail
def self.new(forward : Bool, backward : Bool, left : Bool, right : Bool, jump : Bool, sneak : Bool, sprint : Bool)
#