mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-11 21:11:29 +03:00
mouse forward back support on windows
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -104,6 +104,10 @@ pub enum MouseButton {
|
||||
Middle,
|
||||
/// Right mouse button
|
||||
Right,
|
||||
/// Back mouse button
|
||||
Back,
|
||||
/// Forward mouse button
|
||||
Forward,
|
||||
|
||||
/// Scroll up button
|
||||
ScrollUp,
|
||||
|
||||
Reference in New Issue
Block a user