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:
parent
ac6c6e36c3
commit
01586d6d67
9
vlib/ui/ui_lin.v
Normal file
9
vlib/ui/ui_lin.v
Normal 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
9
vlib/ui/ui_win.v
Normal file
@ -0,0 +1,9 @@
|
||||
module ui
|
||||
|
||||
fn focus_app(next, event, data voidptr) {
|
||||
}
|
||||
|
||||
pub fn reg_key_vid() {
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user