class GeoWars::Cursor
- GeoWars::Cursor
- Reference
- Object
Defined in:
geo_wars/cursor.crConstant Summary
-
BORDER_WIDTH_DIVISOR =
16
-
CURSOR_COLOR =
LibRay::BLACK
-
KEY_DOWN_INITIAL_TIMER =
0.5
-
KEY_DOWN_TIMER =
0.125
-
SIZE_RATIO =
8
-
SIZE_RATIO_SHRINK =
4
-
SIZE_RATIO_SHRINK_TIMER =
0.75
Constructors
Class Method Summary
Instance Method Summary
- #animation(frame_time)
- #draw(viewport)
- #movement(frame_time, valid_move_deltas)
- #selected?(x, y)
- #selection? : Bool
- #selection_cancel? : Bool?
- #selection_check
- #serialize
- #update(frame_time, valid_move_deltas)
- #x : Int32
- #y : Int32