[PATCH] sdl2: Add extra mouse buttons

2020-12-10 Thread Darrell Walisser
Allows guest to receive mouse buttons 4 and 5, aka "SIDE" button and "EXTRA" button Signed-off-by: Darrell Walisser --- ui/sdl2.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/sdl2.c b/ui/sdl2.c index 189d26e2a9..a578017268 100644 --- a/ui/sdl2.c +++ b/ui/sdl2.c @@ -275,6 +275,8 @@ st

[PATCH] sdl2: Add extra mouse buttons

2020-12-10 Thread Darrell Walisser
Allows guest to receive mouse buttons 4 and 5, aka "SIDE" button and "EXTRA" button Signed-off-by: Darrell Walisser --- ui/sdl2.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/sdl2.c b/ui/sdl2.c index 189d26e2a9..a578017268 100644 --- a/ui/sdl2.c +++ b/ui/sdl2.c @@ -275,6 +275,8 @@ st

[PATCH] sdl2: Add extra mouse buttons

2020-12-10 Thread Darrell Walisser
Allows guest to receive mouse buttons 4 and 5, aka "SIDE" button and "EXTRA" button Signed-off-by: Darrell Walisser --- ui/sdl2.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/sdl2.c b/ui/sdl2.c index 189d26e2a9..a578017268 100644 --- a/ui/sdl2.c +++ b/ui/sdl2.c @@ -275,6 +275,8 @@ st

Re: [PATCH] sdl2: Add extra mouse buttons

2020-12-10 Thread Gerd Hoffmann
Hi, > @@ -275,6 +275,8 @@ static void sdl_send_mouse_event(struct > sdl2_console *scon, int dx, int dy, Patch is corrupted (mailer wrapped the line). Can you resend with git send-email? thanks, Gerd

Re: [PATCH] sdl2: Add extra mouse buttons

2020-12-07 Thread Gerd Hoffmann
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 > --- > ui/sdl2.c | 2 ++ > 1 file changed, 2 insertions(+) > +[INPUT_BUTTON_SIDE] = SDL_BUTTON(SDL_BUTTON_X1),

[PATCH] sdl2: Add extra mouse buttons

2020-12-06 Thread Darrell Walisser
Sends mouse buttons 4 and 5, aka "SIDE" and "EXTRA" to the guest Signed-off-by: Darrell Walisser --- ui/sdl2.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/sdl2.c b/ui/sdl2.c index 189d26e2a9..a578017268 100644 --- a/ui/sdl2.c +++ b/ui/sdl2.c @@ -275,6 +275,8 @@ static void sdl_send_