cursor position bypass desktop module.

This commit is contained in:
Miroslav Šedivý
2021-02-28 18:50:32 +01:00
parent 66618b9e62
commit 663270b0f5
6 changed files with 11 additions and 27 deletions

View File

@ -48,7 +48,6 @@ type DesktopManager interface {
// xorg
Move(x, y int)
OnCursorPosition(listener func(x, y int))
GetCursorPosition() (int, int)
Scroll(x, y int)
ButtonDown(code uint32) error