class Gsw::Mouse
- Gsw::Mouse
- Reference
- Object
Defined in:
gsw/utils/mouse.crConstant Summary
-
LEFT =
LibRay::MOUSE_LEFT_BUTTON
-
MIDDLE =
LibRay::MOUSE_MIDDLE_BUTTON
-
RIGHT =
LibRay::MOUSE_RIGHT_BUTTON
Class Method Summary
- .down?(button)
- .get
- .pressed?(button)
- .released?(button)
- .translated(parent_x, parent_y)
- .up?(button)
- .x
- .y