From 8d2793e9ef7cf7f742ec23e77c44ac21a624d01f Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Wed, 13 May 2026 21:24:21 -0400 Subject: start ui --- teensy/teensy_context.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'teensy/teensy_context.c') diff --git a/teensy/teensy_context.c b/teensy/teensy_context.c index 547a5dd..91b9b90 100644 --- a/teensy/teensy_context.c +++ b/teensy/teensy_context.c @@ -46,6 +46,11 @@ bool ty_button_pressed(ty_Button btn) return ctx.pressed[btn]; } +ty_Vec2i ty_mouse_pos(void) +{ + return ty_platform_get_mouse(); +} + bool ty_is_game_running(void) { assert(is_init()); -- cgit v1.3-2-g0d8e