summaryrefslogtreecommitdiffhomepage
path: root/include/rodeo.h
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-04-24 02:27:18 -0400
committerrealtradam <[email protected]>2023-04-24 02:27:18 -0400
commit92b561030f7f713fc4e2893de05fdc7a06c8a139 (patch)
treee48f6719d839f12e4a11281d0c29cef25e21b747 /include/rodeo.h
parentcb3c2a69576168a3193151f14d6c1f4aeaa30e0b (diff)
downloadRodeoKit-92b561030f7f713fc4e2893de05fdc7a06c8a139.tar.gz
RodeoKit-92b561030f7f713fc4e2893de05fdc7a06c8a139.zip
added positional inputs to input system
Diffstat (limited to 'include/rodeo.h')
-rw-r--r--include/rodeo.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/rodeo.h b/include/rodeo.h
index 2d43ce0..ba47491 100644
--- a/include/rodeo.h
+++ b/include/rodeo.h
@@ -149,11 +149,3 @@ rodeo_frame_limit_set(uint32_t limit);
uint32_t
rodeo_frame_limit_get(void);
-
-/// --- Input ---
-
-int32_t
-rodeo_input_mouse_x_get(void);
-
-int32_t
-rodeo_input_mouse_y_get(void);