Class: UI::MiningGame::KeyboardCursor
- Inherits:
-
Sprite
- Object
- LiteRGSS::Disposable
- LiteRGSS::Drawable
- LiteRGSS::Sprite
- LiteRGSS::ShaderedSprite
- Sprite
- UI::MiningGame::KeyboardCursor
- Defined in:
- docs/4_Systems_801_Mining_Game.rb
Instance Attribute Summary
Attributes inherited from LiteRGSS::ShaderedSprite
Attributes inherited from LiteRGSS::Sprite
#__index__, #angle, #bitmap, #height, #mirror, #opacity, #ox, #oy, #src_rect, #viewport, #visible, #width, #x, #y, #z, #zoom, #zoom_x, #zoom_y
Instance Method Summary collapse
-
#change_coordinates(coordinates)
Change the coordinates of the cursor to change its position.
-
#initialize(viewport, initial_coordinates) ⇒ KeyboardCursor
constructor
Initialize the KeyboardCursor component.
Methods inherited from Sprite
#load, #mouse_in?, #set_origin_div, #set_rect, #set_rect_div, #set_z, #simple_mouse_in?, #translate_mouse_coords, #update
Methods inherited from LiteRGSS::Sprite
new, #set_origin, #set_position
Methods inherited from LiteRGSS::Disposable
Constructor Details
#initialize(viewport, initial_coordinates) ⇒ KeyboardCursor
Initialize the KeyboardCursor component
680 681 |
# File 'docs/4_Systems_801_Mining_Game.rb', line 680 def initialize(, initial_coordinates) end |
Instance Method Details
#change_coordinates(coordinates)
Change the coordinates of the cursor to change its position
684 685 |
# File 'docs/4_Systems_801_Mining_Game.rb', line 684 def change_coordinates(coordinates) end |