diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-02-15 14:29:16 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-02-15 14:29:16 +1300 |
commit | 36e546c1c9a9bb8e778fb637c17f94390b4d23c2 (patch) | |
tree | 8f633a9c7439d099039432da167a882c7dddc3a7 /body/c_fl_event.h | |
parent | 446989277ad276e9820e54ea1fb4ed550b93e998 (diff) |
Reorganising Fl / FLTK, improving enum docs
Diffstat (limited to 'body/c_fl_event.h')
-rw-r--r-- | body/c_fl_event.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/body/c_fl_event.h b/body/c_fl_event.h index cc1f930..34daf2b 100644 --- a/body/c_fl_event.h +++ b/body/c_fl_event.h @@ -21,6 +21,8 @@ extern "C" void * fl_event_get_belowmouse(); extern "C" void fl_event_set_belowmouse(void * w); extern "C" void * fl_event_get_focus(); extern "C" void fl_event_set_focus(void * w); +extern "C" int fl_event_get_visible_focus(); +extern "C" void fl_event_set_visible_focus(int f); extern "C" int fl_event_compose(int &d); |