1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"../docbook-xml/docbookx.dtd"
[
<!ENTITY % myents SYSTEM "../fvwm.ent" >
%myents;
]>
<!-- $Id$ -->
<section id='MoveThreshold'>
<title>MoveThreshold</title>
<cmdsynopsis>
<command>MoveThreshold</command
><arg choice='opt'
><replaceable>pixels</replaceable
></arg>
</cmdsynopsis>
<para>When the user presses a mouse button upon an object fvwm waits to
see if the action is a click or a drag. If the mouse moves by
more than
<replaceable>pixels</replaceable>
pixels it is assumed to be a drag.</para>
<para>Previous versions of fvwm hardwired
<replaceable>pixels</replaceable>
to 3, which is now the default value. If
<replaceable>pixels</replaceable>
is negative or omitted the default value (which might be increased
when 16000x9000 pixel displays become affordable) is restored.</para>
</section>
|