You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
551B

  1. // generated by Fast Light User Interface Designer (fluid) version 1.0300
  2. #ifndef keyboard_ui_h
  3. #define keyboard_ui_h
  4. #include <FL/Fl.H>
  5. #include "keyboard.h"
  6. extern MyWindow *my_window;
  7. #include <FL/Fl_Button.H>
  8. extern void key_cb(Fl_Button*, void*);
  9. extern void shift_cb(Fl_Button*, void*);
  10. #include <FL/Fl_Output.H>
  11. extern Fl_Output *key_output;
  12. #include <FL/Fl_Box.H>
  13. extern Fl_Output *text_output;
  14. #include <FL/Fl_Dial.H>
  15. extern void wheel_cb(Fl_Dial*, void*);
  16. extern Fl_Dial *roller_x;
  17. extern Fl_Dial *roller_y;
  18. MyWindow* make_window();
  19. #endif