Enhance support of screens
This commit is contained in:
7
bot/screen/events.go
Normal file
7
bot/screen/events.go
Normal file
@ -0,0 +1,7 @@
|
||||
package screen
|
||||
|
||||
type EventsListener struct {
|
||||
Open func(id int) error
|
||||
SetSlot func(id, index int) error
|
||||
Close func(id int) error
|
||||
}
|
Reference in New Issue
Block a user