summaryrefslogtreecommitdiff
path: root/src/fltk-event.ads
blob: 7a640febaca6b774bcd836cb4d8794c49544152e (plain)
1
2
3
4
5
6
7
8
9
10
11


package FLTK.Event is


    function Last_Keypress
        return Shortcut_Key;


end FLTK.Event;