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

ui: ui_lin.v and ui_win.v

This commit is contained in:
Alexander Medvednikov 2019-08-19 00:28:30 +03:00
parent ac6c6e36c3
commit 01586d6d67
2 changed files with 18 additions and 0 deletions

9
vlib/ui/ui_lin.v Normal file
View File

@ -0,0 +1,9 @@
module ui
fn focus_app(next, event, data voidptr) {
}
pub fn reg_key_vid() {
}

9
vlib/ui/ui_win.v Normal file
View File

@ -0,0 +1,9 @@
module ui
fn focus_app(next, event, data voidptr) {
}
pub fn reg_key_vid() {
}