mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Removed GLCanvas3D::on_key_down() handler, as it is replaced
by the on_char() handler.
This commit is contained in:
parent
0c1f750cba
commit
14a623f50e
2 changed files with 1 additions and 22 deletions
|
@ -1043,7 +1043,6 @@ public:
|
|||
void on_timer(wxTimerEvent& evt);
|
||||
void on_mouse(wxMouseEvent& evt);
|
||||
void on_paint(wxPaintEvent& evt);
|
||||
void on_key_down(wxKeyEvent& evt);
|
||||
|
||||
Size get_canvas_size() const;
|
||||
Point get_local_mouse_position() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue