Yeah, I kinda gave up, i will fix it later or something I recon
This commit is contained in:
@@ -30,10 +30,23 @@ type CreateWindowEv struct {
|
||||
Window models.Window
|
||||
}
|
||||
|
||||
type WindowCreatedEv struct {
|
||||
type DestroyWindowEv struct {
|
||||
ID int16
|
||||
}
|
||||
|
||||
type LayoutRegisterWindowEv struct {
|
||||
Window models.Window
|
||||
}
|
||||
|
||||
type WindowCreatedEv struct {
|
||||
ID int16
|
||||
Title string
|
||||
}
|
||||
|
||||
type WindowDestroyedEv struct {
|
||||
ID int16
|
||||
}
|
||||
|
||||
type ErrorCreateWindowEv struct {
|
||||
Error error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user