CameraKeybindings.moveRight

Move the camera to the right.

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

Meta