1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +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:
Delyan Angelov 2022-10-08 22:01:22 +03:00
parent cd96a43030
commit 54197121bc
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -22,7 +22,6 @@ pub enum EventType {
unfocused
suspended
resumed
update_cursor
quit_requested
clipboard_pasted
files_droped