forked from Clones/Controlify
compound joysticks, button guide in screens, improve API
This commit is contained in:
@ -0,0 +1,19 @@
|
||||
package dev.isxander.controlify.api.buttonguide;
|
||||
|
||||
/**
|
||||
* Where the guide should be rendered relative to the button.
|
||||
*/
|
||||
public enum ButtonRenderPosition {
|
||||
/**
|
||||
* Renders outside the button the left.
|
||||
*/
|
||||
LEFT,
|
||||
/**
|
||||
* Renders outside the button the right.
|
||||
*/
|
||||
RIGHT,
|
||||
/**
|
||||
* Renders inside the button on the left of the button text.
|
||||
*/
|
||||
TEXT
|
||||
}
|
Reference in New Issue
Block a user