Skip to content

Commit

Permalink
some clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Mar 29, 2020
1 parent e4c1efc commit 0574931
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -227,13 +227,13 @@ relative_mode_config()
(`False`). Default is `True`. This affects ``secondary_tap`` option as well.
:param bool secondary_tap: Specifies if tapping in the top-left corner (depending on
orientation) triggers the secondary button data. Defaults to `True`. This feature is
only available if `hard_configured` is `False`.
always disabled if `hard_configured` is `True`.
:param bool glide_extend: A patended feature that allows the user to glide their finger off
the edge of the sensor and continue gesture with the touch event. Default is `True`.
This feature is only available if `hard_configured` is `False`.
This feature is always disabled if `hard_configured` is `True`.
:param bool intellimouse: Specifies if the data reported includes a byte about scroll data.
Default is `False`. Because this flag is specific to scroll data, this feature is only
available if `hard_configured` is `False`.
Default is `False`. Because this flag is specific to scroll data, this feature is always
disabled if `hard_configured` is `True`.

absolute_mode_config()
^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 0574931

Please sign in to comment.