hide cursor on canvas, add mouse focus event, brush preview solid when small
This commit is contained in:
@@ -140,6 +140,8 @@ public:
|
||||
void async_redraw();
|
||||
void async_end();
|
||||
void resize(float w, float h);
|
||||
void show_cursor();
|
||||
void hide_cursor();
|
||||
bool mouse_down(int button, float x, float y, float pressure, kEventSource source, bool eraser);
|
||||
bool mouse_move(float x, float y, float pressure, kEventSource source, bool eraser);
|
||||
bool mouse_up(int button, float x, float y, kEventSource source, bool eraser);
|
||||
|
||||
Reference in New Issue
Block a user