Class GLFWWindow.StaticCursor
Inheritance
java.lang.Object
GLFWWindow.StaticCursor
Syntax
public class StaticCursor implements GLFWWindow.CursorI
Constructors
StaticCursor(String id)
Creates a standard GLFW_ARROW_CURSOR
Declaration
public StaticCursor(String id)
Parameters
Type |
Name |
Description |
String |
id |
|
StaticCursor(String id, AEImage imageToUse, int xHot, int yHot)
Declaration
public StaticCursor(String id, AEImage imageToUse, int xHot, int yHot)
Parameters
Type |
Name |
Description |
String |
id |
|
AEImage |
imageToUse |
|
int |
xHot |
|
int |
yHot |
|
StaticCursor(String id, int standardCursor)
Declaration
public StaticCursor(String id, int standardCursor)
Parameters
Type |
Name |
Description |
String |
id |
|
int |
standardCursor |
|
Methods
create()
Declaration
Returns
Overrides
dispose()
Declaration
Overrides
getCursorResource()
Declaration
public StaticCursorResource getCursorResource()
Returns
Overrides
getHandle()
Declaration
Returns
Overrides
getID()
Declaration
Returns
Overrides