Implement the window::move event
The window::move event should be emitted when the window moves position in the tree.
This commit is contained in:
committed by
Michael Stapelberg
parent
25ca78bbba
commit
cf6cc134b8
1
docs/ipc
1
docs/ipc
@ -721,6 +721,7 @@ This event consists of a single serialized map containing a property
|
||||
* +focus+ - the window has received input focus
|
||||
* +title+ - the window's title has changed
|
||||
* +fullscreen_mode+ - the window has entered or exited fullscreen mode
|
||||
* +move+ - the window has changed its position in the tree
|
||||
|
||||
Additionally a +container (object)+ field will be present, which consists
|
||||
of the window's parent container. Be aware that for the "new" event, the
|
||||
|
Reference in New Issue
Block a user