summaryrefslogtreecommitdiffhomepage
path: root/src/input/rodeo_input.c
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-06-16 20:50:25 -0400
committerrealtradam <[email protected]>2023-06-16 20:50:25 -0400
commit61040e044aca90960810783535d6e06056e69f60 (patch)
tree305df6e7afddbf721edad2a1aebcaf171514153d /src/input/rodeo_input.c
parent7b5c8b6160cc5ea094becfc124ecfbc3cd0b1d5d (diff)
downloadRodeoKit-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.c2
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