mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 11:25:22 +08:00
Improve access to C++ symbols.
For events, fonts, and callback reasons
This commit is contained in:
@@ -219,6 +219,7 @@ public:
|
||||
: Fl_Widget(x, y, w, h, l), CanvasInterface(this) { }
|
||||
~CanvasWidget() override { }
|
||||
int handle(int event) override {
|
||||
// puts(fl_eventname_str(event).c_str());
|
||||
auto ret = cv_handle(event);
|
||||
return ret ? ret : Fl_Widget::handle(event);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user