blob: 0b569d09dfe6325d995832d8613a080eb5a7e833 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<section xml:id="server-mouse-instruction" xmlns="http://docbook.org/ns/docbook" version="5.0"
xml:lang="en" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>mouse</title>
<indexterm>
<primary>mouse</primary>
</indexterm>
<para>Reports that a user on the current connection has moved the mouse to the given
coordinates.</para>
<variablelist>
<varlistentry>
<term><parameter>x</parameter></term>
<listitem>
<para>The current X coordinate of the mouse pointer.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y</parameter></term>
<listitem>
<para>The current Y coordinate of the mouse pointer.</para>
</listitem>
</varlistentry>
</variablelist>
</section>