Class ClientMouseOptions
- java.lang.Object
-
- de.extio.spacecraft.shared.model.client.options.ClientMouseOptions
-
public final class ClientMouseOptions extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static ClientMouseOptionsSet
PRESET0
static ClientMouseOptionsSet
PRESET1
-
Constructor Summary
Constructors Constructor Description ClientMouseOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientMouseOptionsSet
getCurrentSet()
void
setCurrentSet(ClientMouseOptionsSet currentSet)
-
-
-
Field Detail
-
PRESET0
public static final ClientMouseOptionsSet PRESET0
-
PRESET1
public static final ClientMouseOptionsSet PRESET1
-
-
Method Detail
-
getCurrentSet
public ClientMouseOptionsSet getCurrentSet()
-
setCurrentSet
public void setCurrentSet(ClientMouseOptionsSet currentSet)
-
-