mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-06 09:55:40 +00:00
+1
-1
@@ -53,7 +53,7 @@ type Window struct {
|
|||||||
// of a Window.
|
// of a Window.
|
||||||
var _ interface {
|
var _ interface {
|
||||||
// setAnimating sets the animation flag. When the window is animating,
|
// setAnimating sets the animation flag. When the window is animating,
|
||||||
// Draw events are delivered as fast as the display can handle them.
|
// DrawEvents are delivered as fast as the display can handle them.
|
||||||
setAnimating(anim bool)
|
setAnimating(anim bool)
|
||||||
// setTextInput updates the virtual keyboard state.
|
// setTextInput updates the virtual keyboard state.
|
||||||
setTextInput(s key.TextInputState)
|
setTextInput(s key.TextInputState)
|
||||||
|
|||||||
Reference in New Issue
Block a user