commit | e6ad337d633c145c48a5a4ae54968c14c16081c7 | [log] [tgz] |
---|---|---|
author | Jan Grulich <grulja@gmail.com> | Wed Jun 19 08:26:37 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 27 08:57:19 2024 |
tree | 2b1bd39122e6587618e000e2c536b51ff619cf71 | |
parent | 2d6c3977959fcfd874c353506914ad4bedb98dec [diff] |
PipeWire capture: hide cursor when it goes off screen or is not visible Set cursor position to (-1,-1) to indicate it's not valid when it goes off the screen or it gets hidden by the compositor. Compositors indicate invalid or hidden cursor by unsetting the cursor id in cursor metadata and using spa_meta_cursor_is_valid() will tell us the needed information for this. Bug: chromium:346608851 Change-Id: I71b3222ca161b7fd8e964f4f4e12b9983179beba Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/355080 Reviewed-by: Alexander Cooper <alcooper@chromium.org> Commit-Queue: Jan Grulich <grulja@gmail.com> Cr-Commit-Position: refs/heads/main@{#42548}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.