Class GGLib::DeltaCursor
In: mouse.rb
Parent: Object

Methods

draw   forceVisible   new   toggleVisible   unforceVisible   visible=   visible?   x   y  

Attributes

img  [R] 
imgObj  [R] 
visible  [R] 

Public Class methods

Public Instance methods

Forces the cursor to remain visible until unforceVisible is called.

If the cursor is currently invisible, makes it visible. If the cursor is currently visible, makes it invisible. Subject to the constraints of forceVisible.

Allows the cursor to be made invisible via toggleVisible or visible=.

Sets the visibility of the cursor. Subject to the constraints of forceVisible.

Returns true if the cursor is currently visible, false otherwise.

Returns the x-axis distance shifted from the center since the last call to draw.

Returns the y-axis distance shifted from the center since the last call to draw.

[Validate]