diff --git a/meson.build b/meson.build index 1b9ed09..cde4a87 100644 --- a/meson.build +++ b/meson.build @@ -12,6 +12,7 @@ protocols = { 'hyprland-global-shortcuts': ['v1'], 'hyprland-focus-grab': ['v1'], 'hyprland-ctm-control': ['v1'], + 'hyprland-input-capture': ['v1'], } protocol_files = [] diff --git a/protocols/hyprland-input-capture-v1.xml b/protocols/hyprland-input-capture-v1.xml new file mode 100644 index 0000000..abf8e10 --- /dev/null +++ b/protocols/hyprland-input-capture-v1.xml @@ -0,0 +1,77 @@ + + + + + Copyright © 2024 Fl0w + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + 3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + + This protocol allows clients to create bordel for when the mouse cross, + the inputs are send to the client. + + Usefull for implementing the input capture portal. + + + + + This interface allow a client to capture inputs and receive events + + + + + Start the capturing of inputs. + + + + + + End the capturing of inputs. + + + + + + Event trigger when the mouse cursor mouse. It contains + the absolute position of x and y and also the relative motion of the pointer. + Note that the dx and dy vectors can be accelerated, please use the relative motion protocol + for unaccelerated inputs. + + + + + + + + +