window: handle mouse events
- May 17, 2022
-
-
Rémi Denis-Courmont authoreda2e0adec
-
Rémi Denis-Courmont authored6bfaa528
-
Rémi Denis-Courmont authored
This gets set explicitly when the video output is started, which always results in the window being (re)enabled. Conversely, this gets implicitly unset when the video output is stopped, which always results in the window being disabled.
851efba5 -
Rémi Denis-Courmont authored
No functional changes.
3ed5be7b -
Rémi Denis-Courmont authored
This is no longer used.
5cb39aeb -
Rémi Denis-Courmont authored
This takes mouse coordinates translation out of the video output and into the video window code, getting rid of one display lock dependency.
dfcdacd1 -
Rémi Denis-Courmont authored6f7e056e
-
Rémi Denis-Courmont authored
No functional changes.
5e61db7c -
Rémi Denis-Courmont authored
Take only a struct vout_display_size rather than a full struct vout_display_cfg_t. No functional changes.
08b147be -
Rémi Denis-Courmont authored
Take only a struct vout_display_size rather than a full struct vout_display_cfg_t. No functional changes.
48a90e99 -
Rémi Denis-Courmont authored
Take only a struct vout_display_size rather than a full struct vout_display_cfg_t. No functional changes.
c58018e4 -
Rémi Denis-Courmont authored
Take only a struct vout_display_size rather than a full struct vout_display_cfg_t. No functional changes.
cdc53878 -
Rémi Denis-Courmont authored
This puts all the video size and placement properties back together as vout_display_cfg_t originally was before other parameters were added. No functional changes.
cc4456fd -
Rémi Denis-Courmont authored
No functional changes.
6fc88446 -
Rémi Denis-Courmont authored6af828f1
-
Rémi Denis-Courmont authored
Windows can send input events even if there is no display, so the filter chains may need to be accessed even then. This protects the creation and destruction of the chains with the existing filter lock, providing memory safety.
2386f6bc
-