1
0
Fork 0
forked from AbleOS/ableos
ableos/sysdata/libraries/windo/src/lib.hb

14 lines
184 B
Plaintext
Raw Normal View History

2024-07-20 12:54:58 -05:00
create_window := fn(): WindowID {
return WindowID.(1, 2)
}
WindowID := struct {
host_id: int,
window_id: int,
}
/*
update_ui := fn(window_id: WindowID): bool {
return 1 == 0
}
*/