Skip to content

Commit

Permalink
Rewrite Fl_get_key.cxx for the driver model - cont'd
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11546 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Manolo Gouy authored and Manolo Gouy committed Apr 6, 2016
1 parent f3462a2 commit 9fa4059
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions FL/Fl_System_Driver.H
Expand Up @@ -139,6 +139,9 @@ public:
virtual unsigned utf8from_mb(char* dst, unsigned dstlen, const char* src, unsigned srclen);
// implement to shield fprintf() from locale changes in decimal point
virtual int clocale_printf(FILE *output, const char *format, va_list args);
// implement functions telling whether a key is pressed
virtual int event_key(int k) {return 0;}
virtual int get_key(int k) {return 0;}
};

#endif // FL_SYSTEM_DRIVER_H
Expand Down

0 comments on commit 9fa4059

Please sign in to comment.