RainwayApp / bug-tracker

Report all issues found with Rainway here, or make suggestions for new features. 🐜
https://rainway.io/
27 stars 3 forks source link

mouse scroll wheel #325

Open nullsector1111 opened 5 years ago

nullsector1111 commented 5 years ago

Title

mouse scroll wheel doesnt work if i want to zoom in a game

Steps

open a game that needs zooming in or using the mouse wheel then try to do it, it will probably start zooming in chrome

What happens

it zooms in chrome not in the game

What is expected

the wheel would work and let me zoom in

Host

Windows 10 Pro 1809

Browser

windows 10 1809 chrome i cant know

Logs

apecoraro commented 5 years ago

What game are you using when you have this issue?

nullsector1111 commented 5 years ago

I am using the game Kerbal Space Program

On Thu, Apr 18, 2019 at 7:04 PM Alex Pecoraro notifications@github.com wrote:

What game are you using when you have this issue?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/RainwayApp/bug-tracker/issues/325#issuecomment-484574402, or mute the thread https://github.com/notifications/unsubscribe-auth/AL3Q46FS3W2YAR3EARV7CCLPRCLXPANCNFSM4HG2JOWQ .

lynn commented 5 years ago

Hey @nullsector1111, that's strange — the mouse wheel shouldn't zoom at all in Chrome unless you are holding the Ctrl key. Is that the case?

nullsector1111 commented 5 years ago

Sadly not

On Thu, Apr 18, 2019 at 9:49 PM Lynn notifications@github.com wrote:

Hey @nullsector1111 https://github.com/nullsector1111, that's strange — the mouse wheel shouldn't zoom at all in Chrome unless you are holding the Ctrl key. Is that the case?

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/RainwayApp/bug-tracker/issues/325#issuecomment-484638393, or mute the thread https://github.com/notifications/unsubscribe-auth/AL3Q46ECZAQOA4IWASINV3DPRC7FJANCNFSM4HG2JOWQ .

apecoraro commented 5 years ago

When you say, "Sadly not", are you saying that you are not holding the Ctrl key when attempting to zoom with the mouse wheel?

nullsector1111 commented 5 years ago

Yeah

On Thu, Apr 18, 2019 at 10:41 PM Alex Pecoraro notifications@github.com wrote:

When you say, "Sadly not", are you saying that you are not holding the Ctrl key when attempting to zoom with the mouse wheel?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/RainwayApp/bug-tracker/issues/325#issuecomment-484659951, or mute the thread https://github.com/notifications/unsubscribe-auth/AL3Q46ESLVKGT3XUBD2WD23PRDFGBANCNFSM4HG2JOWQ .

apecoraro commented 5 years ago

I can't seem to reproduce the issue using the games that I have available to test with. I also tried running Rainway in remote desktop mode and using apps like mspaint, but was unable to get my host chrome window to do what yours seems to be doing (i.e. the mouse wheel was always only affecting the remote app, not the host chrome window).

I'm using version 1.0.9.0 of Rainway Dashboard and Chrome 73.0.3683.103.

What version of Rainway and Chrome are you using?

nullsector1111 commented 5 years ago

How do I check?

On Fri, Apr 19, 2019 at 12:00 AM Alex Pecoraro notifications@github.com wrote:

I can't seem to reproduce the issue using the games that I have available to test with. I also tried running Rainway in remote desktop mode and using apps like mspaint, but was unable to get my host chrome window to do what yours seems to be doing (i.e. the mouse wheel was always only affecting the remote app, not the host chrome window).

I'm using version 1.0.9.0 of Rainway Dashboard and Chrome 73.0.3683.103.

What version of Rainway and Chrome are you using?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/RainwayApp/bug-tracker/issues/325#issuecomment-484688003, or mute the thread https://github.com/notifications/unsubscribe-auth/AL3Q46GMYZG5TAG5GJMSLLTPRDONDANCNFSM4HG2JOWQ .

apecoraro commented 5 years ago

To see what version of Chrome you are using put this into the address bar: chrome://settings/help

To see the version of Rainway that you are running, on your host PC, start up the Rainway Dashboard app, click the Settings button on the left side of the window. Then click the About Rainway link on the lower left of the window.

nullsector1111 commented 5 years ago

Chrome Version 73.0.3683.103 (Official Build) (64-bit) Rainway Dashboard v1.0.9.0

On Fri, Apr 19, 2019 at 7:52 PM Alex Pecoraro notifications@github.com wrote:

To see what version of Chrome you are using put this into the address bar: chrome://settings/help

To see the version of Rainway that you are running, on your host PC, start up the Rainway Dashboard app, click the Settings button on the left side of the window. Then click the About Rainway link on the lower left of the window.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/RainwayApp/bug-tracker/issues/325#issuecomment-484955146, or mute the thread https://github.com/notifications/unsubscribe-auth/AL3Q46GHLWTSI5OIZDMUAZTPRH2GNANCNFSM4HG2JOWQ .

FrobtheBuilder commented 5 years ago

I've seen this sort of thing before, it can happen when the keyboard lock api captures the release of a key but not the press, causing your OS to think the modifier was never released. Try exiting fullscreen and pressing the ctrl key once, then entering it again.