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

10 lines
83 B
V

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