diff options
| author | realtradam <[email protected]> | 2023-06-16 20:50:25 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-06-16 20:50:25 -0400 |
| commit | 61040e044aca90960810783535d6e06056e69f60 (patch) | |
| tree | 305df6e7afddbf721edad2a1aebcaf171514153d /src/input/rodeo_input.c | |
| parent | 7b5c8b6160cc5ea094becfc124ecfbc3cd0b1d5d (diff) | |
| download | RodeoKit-61040e044aca90960810783535d6e06056e69f60.tar.gz RodeoKit-61040e044aca90960810783535d6e06056e69f60.zip | |
implement scissor. begin implementing vertex adding function
Diffstat (limited to 'src/input/rodeo_input.c')
| -rw-r--r-- | src/input/rodeo_input.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input/rodeo_input.c b/src/input/rodeo_input.c index f9c0b06..e9edae7 100644 --- a/src/input/rodeo_input.c +++ b/src/input/rodeo_input.c @@ -9,6 +9,7 @@ #include "rodeo_internal.h" #include "input/irodeo_input.h" #include "window/irodeo_window.h" +#include "gfx/irodeo_gfx.h" // -- external -- #include "SDL.h" @@ -160,6 +161,7 @@ rodeo_input_poll(void) BGFX_TEXTURE_FORMAT_COUNT ); irodeo_window_dimensions_update(); + irodeo_gfx_dimensions_extra_update(); } } // keep going, to check for inputs |
