mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
sokol.sapp: remove update_cursor from EventType, since it is no longer defined in Sokol, fixes examples/gg/drag_n_drop.v
This commit is contained in:
parent
cd96a43030
commit
54197121bc
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ pub enum EventType {
|
|||
unfocused
|
||||
suspended
|
||||
resumed
|
||||
update_cursor
|
||||
quit_requested
|
||||
clipboard_pasted
|
||||
files_droped
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue