1
0
forked from Clones/Controlify

🎮📳 Controller Vibration! (#38)

This commit is contained in:
Xander
2023-04-04 17:17:01 +01:00
committed by GitHub
parent 2bf7cf4792
commit ebbc549e32
32 changed files with 686 additions and 42 deletions

View File

@ -5,11 +5,11 @@ package dev.isxander.controlify.api.buttonguide;
*/
public enum ButtonRenderPosition {
/**
* Renders outside the button the left.
* Renders outside the button the left edge of the screen.
*/
LEFT,
/**
* Renders outside the button the right.
* Renders outside the button the right edge of the screen.
*/
RIGHT,
/**