Archived
2
0

xorg add events.

This commit is contained in:
Miroslav Šedivý
2022-09-17 11:08:17 +02:00
parent 2e5d3f5624
commit 72da075972
3 changed files with 27 additions and 0 deletions

View File

@ -36,6 +36,8 @@ type KeyboardMap struct {
type DesktopManager interface {
Start()
Shutdown() error
OnBeforeScreenSizeChange(listener func())
OnAfterScreenSizeChange(listener func())
// clipboard
ReadClipboard() string