public class IndividualCursor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
id
The id.
|
float |
x
The x.
|
float |
y
The y.
|
Constructor and Description |
---|
IndividualCursor(int id,
float x,
float y)
Instantiates a new individual cursor.
|