Update window interface

This commit is contained in:
Lea Anthony
2024-04-25 15:26:31 +10:00
parent 2cee1edcb5
commit 368ca13314
+1
View File
@@ -25,6 +25,7 @@ type Window interface {
Focus()
ForceReload()
Fullscreen() Window
GetBorderSizes() *LRTB
GetScreen() (*Screen, error)
GetZoom() float64
HandleDragAndDropMessage(filenames []string)