class GSF::Mouse
- GSF::Mouse
- Reference
- Object
Defined in:
gsf/mouse.crConstructors
Instance Method Summary
- #any_just_pressed?
- #any_pressed?
- #just_pressed?(button : Button)
- #just_pressed?(buttons : Array(Button))
- #moved(event : SF::Event::MouseMoved)
- #pressed(button : Button)
- #pressed?(button : Button)
- #pressed?(buttons : Array(Button))
- #released(button : Button)
- #reset
- #to_rotation(other_x, other_y)
- #view_coords(view : View)
- #x : Int32
- #y : Int32