1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

sokol.sapp,gg: add a tool_type field to gg.TouchPoint (differenciate different types of touch input) (#15822)

This commit is contained in:
Wertzui123
2022-09-20 12:15:38 +02:00
committed by GitHub
parent 993802f6a6
commit a9d63d729e
3 changed files with 12 additions and 0 deletions

View File

@ -112,6 +112,7 @@ pub:
identifier u64
pos_x f32
pos_y f32
tool_type TouchToolType
changed bool
}