X-Git-Url: https://harrygodden.com/git/?p=vg.git;a=blobdiff_plain;f=vg_input.h;fp=vg_input.h;h=1636e07458db2da4b5d1cbe512eb7886112c4cfb;hp=a203123e4b783b5a0e1835acfdb7b2d981e3772b;hb=809e802a62579292a64af48937476f4670b2a374;hpb=fb7a6a573f4259045cdc08d556298b6c41bda5fb diff --git a/vg_input.h b/vg_input.h index a203123..1636e07 100644 --- a/vg_input.h +++ b/vg_input.h @@ -47,6 +47,7 @@ struct vg_input { const u8 *sdl_keys; u32 sdl_mouse; + f32 hidden_mouse_travel; struct vg_controller{ SDL_GameController *handle; /* handle for controller. NULL if unused */