Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/source/about/advanced_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,6 @@ editing the `conf` file in a text editor. Use the examples as reference.

This can be useful to disable for older applications without native pen/touch support.

.. caution:: Applies to Windows only.

**Default**
``enabled``

Expand Down
3 changes: 3 additions & 0 deletions src/input.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ namespace input {

float scalar_inv;
};

std::pair<float, float>
scale_client_contact_area(const std::pair<float, float> &val, uint16_t rotation, const std::pair<float, float> &scalar);
} // namespace input
Loading