mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
gg: add text rendering, keyboard event handling for JS and other fixes (#12932)
This commit is contained in:
@@ -30,7 +30,7 @@ pub struct PenConfig {
|
||||
}
|
||||
|
||||
pub struct Size {
|
||||
pub:
|
||||
pub mut:
|
||||
width int
|
||||
height int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user