summaryrefslogtreecommitdiffstats
path: root/src/tk/radio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tk/radio.c')
-rw-r--r--src/tk/radio.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/tk/radio.c b/src/tk/radio.c
index 7e4719c..f20b902 100644
--- a/src/tk/radio.c
+++ b/src/tk/radio.c
@@ -71,6 +71,16 @@ _mftk_radio_layout(struct mftk_widget *w)
}
static int
+_mftk_radio_key_event(struct mftk_widget *w, SDL_Event *e, int x, int y)
+{
+ struct mftk_radio *r = (struct mftk_radio *) w;
+
+ /* TODO */
+
+ return 0;
+}
+
+static int
_mftk_radio_mouse_event(struct mftk_widget *w, SDL_Event *e, int x, int y)
{
struct mftk_radio *r = (struct mftk_radio *) w;