camera: add option to invert camera mouse controls

This commit is contained in:
Max Weber
2020-04-07 02:43:17 -06:00
parent edcfeb25fd
commit a8d4bff423
3 changed files with 43 additions and 2 deletions

View File

@@ -1184,6 +1184,16 @@ public interface Client extends GameEngine
*/
void setCameraPitchRelaxerEnabled(boolean enabled);
/**
* Sets if the moving the camera horizontally should be backwards
*/
void setInvertYaw(boolean invertYaw);
/**
* Sets if the moving the camera vertically should be backwards
*/
void setInvertPitch(boolean invertPitch);
/**
* Gets the world map overview.
*