mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
9 lines
83 B
V
9 lines
83 B
V
module ui
|
|
|
|
fn focus_app(next, event, data voidptr) {
|
|
}
|
|
|
|
pub fn reg_key_vid() {
|
|
}
|
|
|
|
|