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

10 lines
83 B
V
Raw Normal View History

2019-08-19 00:28:30 +03:00
module ui
fn focus_app(next, event, data voidptr) {
}
pub fn reg_key_vid() {
}