|
Drag[en]gine Script Module DragonScript 1.32.1
|
Mouse pointer using canvas creator. More...
Public Member Functions | |
| CanvasCreator | getCanvasCreator () |
| Canvas creator or null if not set. | |
| CanvasCreatorMousePointer | new () |
| Create mouse pointer. | |
| void | setCanvasCreator (CanvasCreator canvasCreator) |
| Set canvas creator. | |
| void | updateCanvas () |
| Update canvas. | |
Public Member Functions inherited from Dragengine.Gui.MousePointers.DefaultMousePointer | |
| Canvas | getCanvas () |
| Canvas to render mouse pointer with. | |
| CanvasView | getCanvasView () |
| Canvas to render mouse pointer with. | |
| Point | getOffset () |
| Canvas offset relative to mouse pointer position. | |
| Point | getPosition () |
| Mouse position. | |
| Point | getSize () |
| Mouse pointer size. | |
| TexMatrix2 | getTransformation () |
| Transformation or null if not set. | |
| float | getTransparency () |
| Transparency. | |
| DefaultMousePointer | new (Point size) |
| Create mouse pointer. | |
| DefaultMousePointer | new (Point size, Point offset) |
| Create mouse pointer. | |
| DefaultMousePointer | new (Point size, Point offset, float transparency) |
| Create mouse pointer. | |
| void | setOffset (Point offset) |
| Set canvas X offset relative to mouse pointer position. | |
| void | setPosition (Point position) |
| Set mouse position. | |
| void | setSize (Point size) |
| Set mouse pointer size. | |
| void | setTransformation (TexMatrix2 transformation) |
| Set transformation or null if not set. | |
| void | setTransparency (float transparency) |
| Set the transparency. | |
Public Attributes | |
| CanvasCreator | pCanvasCreator |
| Canvas creator. | |
Public Attributes inherited from Dragengine.Gui.MousePointers.DefaultMousePointer | |
| CanvasView | pCanvas |
| Point | pOffset |
| Point | pPosition |
| TexMatrix2 | pTransformation |
Mouse pointer using canvas creator.
| CanvasCreator Dragengine.Gui.MousePointers.CanvasCreatorMousePointer.getCanvasCreator | ( | ) |
Canvas creator or null if not set.
| CanvasCreatorMousePointer Dragengine.Gui.MousePointers.CanvasCreatorMousePointer.new | ( | ) |
Create mouse pointer.
Reimplemented from Dragengine.Gui.MousePointers.DefaultMousePointer.
| void Dragengine.Gui.MousePointers.CanvasCreatorMousePointer.setCanvasCreator | ( | CanvasCreator | canvasCreator | ) |
Set canvas creator.
| void Dragengine.Gui.MousePointers.CanvasCreatorMousePointer.updateCanvas | ( | ) |
Update canvas.
| CanvasCreator Dragengine.Gui.MousePointers.CanvasCreatorMousePointer.pCanvasCreator |
Canvas creator.