From 59e2775055ac4cd4a42b1ff510b1255e17afdfbb Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Mon, 3 Dec 2012 00:07:47 +0100 Subject: Implemented basic mouse input to browser component (click). --- atari/gui.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'atari/gui.h') diff --git a/atari/gui.h b/atari/gui.h index 88601917e..7bedd2b39 100755 --- a/atari/gui.h +++ b/atari/gui.h @@ -131,4 +131,9 @@ struct gui_window { extern struct gui_window *window_list; +/* -------------------------------------------------------------------------- */ +/* Public - non standard gui window functions */ +/* -------------------------------------------------------------------------- */ +void gui_set_input_gui_window(struct gui_window *gw); + #endif -- cgit v1.2.3