summaryrefslogtreecommitdiffhomepage
path: root/include/rodeo/gfx.h
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-06-11 01:21:17 -0400
committerrealtradam <[email protected]>2023-06-11 01:21:17 -0400
commitc7381b27a58744e1b7d8aa3fe2e21514fd11b5b4 (patch)
tree8b793adcf837ebc9d67ec36b91cbde6ae4f5f4aa /include/rodeo/gfx.h
parentf1d321f054b1da072e9c965c20f45399c00af1c0 (diff)
downloadRodeoKit-c7381b27a58744e1b7d8aa3fe2e21514fd11b5b4.tar.gz
RodeoKit-c7381b27a58744e1b7d8aa3fe2e21514fd11b5b4.zip
partial working mouse with letterboxing
Diffstat (limited to 'include/rodeo/gfx.h')
-rw-r--r--include/rodeo/gfx.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/rodeo/gfx.h b/include/rodeo/gfx.h
index 151bdda..05ce7d0 100644
--- a/include/rodeo/gfx.h
+++ b/include/rodeo/gfx.h
@@ -19,6 +19,12 @@ rodeo_gfx_frame_begin(void);
void
rodeo_gfx_frame_end(void);
+float
+rodeo_gfx_width_get(void);
+
+float
+rodeo_gfx_height_get(void);
+
cstr
rodeo_gfx_renderer_name_get(void);