mi: remove deprecated miPointerAbsoluteCursor from design doc
Function was removed from the code by commit f5409aa026
Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
d91aa0e660
commit
3881b0bf1c
|
@ -967,17 +967,10 @@ event queue. It is simply passed the event to be queued.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>The cursor position should be updated when motion events are
|
<para>The cursor position should be updated when motion events are
|
||||||
enqueued, by calling either miPointerAbsoluteCursor() or
|
enqueued by calling miPointerDeltaCursor():
|
||||||
miPointerDeltaCursor():
|
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>miPointerAbsoluteCursor()</term>
|
|
||||||
<listitem>
|
|
||||||
<para>This MI function is used to move the
|
|
||||||
cursor to the absolute coordinates provided.
|
|
||||||
</para></listitem></varlistentry>
|
|
||||||
<varlistentry>
|
|
||||||
<term>miPointerDeltaCursor()</term>
|
<term>miPointerDeltaCursor()</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>This MI function is used to move the cursor
|
<para>This MI function is used to move the cursor
|
||||||
|
|
Loading…
Reference in New Issue