camera: add option to invert camera mouse controls
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user