CameraKeybindings.moveRight

Move the camera towards positive X.

struct CameraKeybindings
@Affects!"offsetScreenX"
@Change!(+1)
KeyboardKey moveRight;

Meta