diff options
Diffstat (limited to 'docs/feature_ps2_mouse.md')
-rw-r--r-- | docs/feature_ps2_mouse.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/feature_ps2_mouse.md b/docs/feature_ps2_mouse.md index 00c7ee72e..776a33150 100644 --- a/docs/feature_ps2_mouse.md +++ b/docs/feature_ps2_mouse.md | |||
@@ -270,6 +270,16 @@ Fine control over the scrolling is supported with the following defines: | |||
270 | #define PS2_MOUSE_SCROLL_DIVISOR_V 2 | 270 | #define PS2_MOUSE_SCROLL_DIVISOR_V 2 |
271 | ``` | 271 | ``` |
272 | 272 | ||
273 | ### Invert Mouse buttons :id=invert-buttons | ||
274 | |||
275 | To invert the left & right buttons you can put: | ||
276 | |||
277 | ```c | ||
278 | #define PS2_MOUSE_INVERT_BUTTONS | ||
279 | ``` | ||
280 | |||
281 | into config.h. | ||
282 | |||
273 | ### Invert Mouse and Scroll Axes :id=invert-mouse-and-scroll-axes | 283 | ### Invert Mouse and Scroll Axes :id=invert-mouse-and-scroll-axes |
274 | 284 | ||
275 | To invert the X and Y axes you can put: | 285 | To invert the X and Y axes you can put: |