File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
include/lsp-plug.in/tk/widgets/simple Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -126,13 +126,13 @@ namespace lsp
126
126
127
127
public:
128
128
virtual void draw (ws::ISurface *s) override ;
129
+ virtual status_t on_mouse_in (const ws::event_t *e) override ;
130
+ virtual status_t on_mouse_out (const ws::event_t *e) override ;
131
+ virtual status_t on_mouse_move (const ws::event_t *e) override ;
132
+ virtual status_t on_mouse_down (const ws::event_t *e) override ;
133
+ virtual status_t on_mouse_up (const ws::event_t *e) override ;
129
134
130
135
public:
131
- virtual status_t on_mouse_in (const ws::event_t *e);
132
- virtual status_t on_mouse_out (const ws::event_t *e);
133
- virtual status_t on_mouse_move (const ws::event_t *e);
134
- virtual status_t on_mouse_down (const ws::event_t *e);
135
- virtual status_t on_mouse_up (const ws::event_t *e);
136
136
virtual status_t on_before_popup (Menu *menu);
137
137
virtual status_t on_popup (Menu *menu);
138
138
virtual status_t on_submit ();
You can’t perform that action at this time.
0 commit comments