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