qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] sdl2: Add extra mouse buttons


From: Gerd Hoffmann
Subject: Re: [PATCH] sdl2: Add extra mouse buttons
Date: Mon, 7 Dec 2020 11:25:33 +0100

On Sun, Dec 06, 2020 at 01:16:30PM -0500, Darrell Walisser wrote:
> Sends mouse buttons 4 and 5, aka "SIDE" and "EXTRA" to the guest
> 
> Signed-off-by: Darrell Walisser <darrell.walisser@gmail.com>
> ---
>  ui/sdl2.c | 2 ++
>  1 file changed, 2 insertions(+)

> +        [INPUT_BUTTON_SIDE]       = SDL_BUTTON(SDL_BUTTON_X1),
> +        [INPUT_BUTTON_EXTRA]      = SDL_BUTTON(SDL_BUTTON_X2)

Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]