diff options
| -rw-r--r-- | mousetsr.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -709,6 +709,7 @@ static void handle_mouse_event(uint16_t buttons, bool absolute, int x, int y, ch } data.buttons = buttons; + refresh_video_info(); refresh_cursor(); if (!data.event_handler) { |
