mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:56:38 +00:00
hmp-commands.hx: fix button_state doc
Right & middle buttons are inverted (see hmp_mouse_button) Acked-by: Dr. David Alan Gilbert <dave@treblig.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
@@ -752,13 +752,13 @@ ERST
|
||||
.name = "mouse_button",
|
||||
.args_type = "button_state:i",
|
||||
.params = "state",
|
||||
.help = "change mouse button state (1=L, 2=M, 4=R)",
|
||||
.help = "change mouse button state (1=L, 2=R, 4=M)",
|
||||
.cmd = hmp_mouse_button,
|
||||
},
|
||||
|
||||
SRST
|
||||
``mouse_button`` *val*
|
||||
Change the active mouse button state *val* (1=L, 2=M, 4=R).
|
||||
Change the active mouse button state *val* (1=L, 2=R, 4=M).
|
||||
ERST
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user