Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for gaming? #49

Open
STRIKERnz opened this issue Feb 21, 2024 · 7 comments
Open

Support for gaming? #49

STRIKERnz opened this issue Feb 21, 2024 · 7 comments
Labels
enhancement New feature or request

Comments

@STRIKERnz
Copy link

STRIKERnz commented Feb 21, 2024

Will this ever work with games? I know this is not the main demographic for this. I wanted to use deskhop with my main PC and a second PC that I use for media/study. I've been using Synergy but found deskhop and would love to use it over software. However after putting one together and attempting to play any games I found you can't move your mouse more then a few degrees, making playing anything with Keyboard and mouse not really practical.

@hrvach
Copy link
Owner

hrvach commented Feb 22, 2024

It would work with something like implementing a full mouse passthrough mode. I'm trying to look into improving support for keyboards/mice currently and perhaps multiple screens on win/mac currently, let me add this to the planned features list.

@hrvach hrvach added the enhancement New feature or request label Mar 7, 2024
@ozwin2
Copy link

ozwin2 commented Mar 19, 2024

hey, sorry this is likely the wrong channel for this (dont know how to navigate to the planned features list), but was this something that was being looked at? kinda confused about "can't move your mouse more than a few degrees", what exactly does that mean? if gaming through the deskhop would it work fine by locking (Control+L) to the gaming system, so then the mouse wont jump across to the other system, or is this more that when playing Fullscreen your mouse disappears so that you mouse doesn't ever get to the edge to move across to the other system from the gaming system, unless the game is paused when the mouse pointer becomes visible again and so the mouse can move from the gaming system to the other system?

@STRIKERnz STRIKERnz reopened this Mar 19, 2024
@STRIKERnz
Copy link
Author

STRIKERnz commented Mar 19, 2024

So, both full screen and non full screen games were doing this. Even with the mouse locked to the gaming system, It would only allow a small range of movement within that system's 1920x1080 area/box. It wasn't moving between screens but rather just a small area of range of movement. I'm assuming because most games hide the mouse cursor but still have free rain to move the cursor more then to the edges of a 1920x1080 box. You end up with a very narrow area to move around with.

Opps, I couldn't comment without commenting and closing.

@ozwin2
Copy link

ozwin2 commented Mar 19, 2024

ahh i understand, so i presume this is still the case? i guess in simple terms an if statement of: if full screen do not move cursor between systems else allow movement. obviously don't know how hard that would be to implement in code.

@STRIKERnz
Copy link
Author

STRIKERnz commented Mar 19, 2024

Here is an example video you can only move the mouse within a box.

@ozwin2
Copy link

ozwin2 commented Mar 20, 2024

Oh man, that's unusable like that haha!

@hrvach
Copy link
Owner

hrvach commented Mar 20, 2024

I don't know how games usually do input, but providing absolute mode data is probably not making them happy :). There is a tiny bit of hope though - I managed to get macos workaround for multiple monitors to work and that implies having another relative mouse device. This will also be used in windows for the same reason and could also be used to run a "gaming mode" of a sort. That would mimic the way your existing mouse works and I'm guessing games would be OK with that.

Will try to implement a gaming mode, let's call it a stretch goal :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants