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
2019-08-19 00:28:33 +03:00

10 lines
83 B
V

module ui
fn focus_app(next, event, data voidptr) {
}
pub fn reg_key_vid() {
}