-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
CrossOver doesn't work in Fullscreen mode #64
Comments
@alecs91 Unfortunately fullscreen mode doesn't work in most games, however there is a workaround using AutoHotKey https://github.com/lacymorrow/crossover#workaround |
@lacymorrow I found a way to work in fullscreen mode. |
@kyle-go What OS and Electron version are you using? Your example code is almost identical to what I use with crossover already, unfortunately. I would LOVE to find a workaround to this issue though. |
Any news here yet? :/ |
This is the issue blocking things: electron/electron#26350 (comment) |
I digged into it a little bit. And since fullscreen mode gives app the ability to use the graphic card in fully it means that in order to do overlay on top of that, some kind of gpu library would need to be used like DirectX or OpenGL. It makes whole problem a lot more complicated and if we would be using it on top of video game we may have problems with anti cheat stuff... :/ |
Most likely a proprietary native extension, which would be hard for me to support as the sole dev on the project. |
I noticed my Steam popped up with a friend launching Crosshair X and I went to check it out and tell him CrossOver is free. Maybe this can be looked into? They still have it in Beta but clearly this is an option. |
Definitely worth researching! Thanks for flagging! |
Found a workaround X (at least xfce4) windows have an option to go full screen .. now you can alt-tab to browser etc |
FPS Monitor can working with most fullscreen apps. How ? I was try draw just red dot use more langs/libs and too cant do it on fullscreen app( |
@websharik It's written in another language and is injecting itself directly into Vulkan/DirectX. It's possible (discord does it), but very difficult for one person to maintain in their free time. |
@GreenMan36 Can I ask what your friend likes about Crosshair X? |
I have no clue, I can't remember which friend was using it. A simple plus is that it's available on Steam, with auto updates. Community workshop. The UI looks decent and you can share your configs. It seems to have great crosshair creator. Lots of settings. One thing I'm not seeing is game-specific crosshair settings. That would be great to have. Auto-hiding and changing the crosshair based on what program is focussed could be super-b. |
|
Hello, i think Xbox Game Bar Widget is a good solution for Fullscreen game crosshair overlay. I have used some crosshair widgets on Xbox Game Bar myself, and i tried develop a Xbox Game Bar Crosshair Overlay Widget myself last week, its quite simple because Xbox Game Bar Widget is a common UWP application. The only problem may be that Xbox Game Bar Widget cannot listen to background mouse events, so "Hide on ADS" needs an extra desktop app to communicate with the Xbox Game Bar Widget. As i know the Xbox Game Bar Version of Crosshair X need the desktop app to run at same time too. |
It would be a good solution, however there is no target audience while using it. If you don't care about performance and have game bar enabled then the pre-existing electron method is just as good, since you only have to go to bordered fullscreen (which reduces performance, about as much as game bar) tldr: The proper fix to this issue would be to hook into the actual vulkan/directx process (with a more mid level language so that you have higher control over memory etc such as C++), in order to get Best performance and functionality. Doing this would require a lot of work though which is why only paid products such as Hudsight support it, so that the devs can spend more time developing it. |
I actually don't think Xbox Game Bar will cause any obvious game performance reduce, at least compared to toggling Exclusive Fullscreen to Fullscreen. I've been using Xbox Game Bar in games like Hunt: Showdown, and I never notice any FPS drop after activating Xbox Game Bar(I make sure no Game Bar process was running). Besides, the fact that some Crosshair overlay app such as CrosshairX have their own Game Bar edition indicates the advantages of Xbox Game Bar over solutions just not using Exclusive Fullscreen, right? |
Xbox game bar cannot be disabled apart from with special tools, such as Atlas OS or with tweaking software - or removing permissions from running in the background. People trying to squeeze every % of performance out of their pc will try to reduce as many windows background processes as possible including game bar. While game bar might not lose quite as much fps as Exclusive Fullscreen it still will do and so for those trying to get as much performance it isn't viable. tldr: Having said that, a toggle-able option would be better than nothing of course for the niche people it would benefit. |
It seems that CrossOver doesn't work on EFT:
As soon as i set up the crosshair and then alt-tab in the EFT screen the crosshair disappears.
If i press any keyboard shortcut like alt+ctrl+maiusc+x (or 'h', or whatever) the game screen minimize and it brings me back to the desktop.
Suggestions?
Edit: It works with "screen mode borderless". It doesn't work with "screen mode fullscreen"
The text was updated successfully, but these errors were encountered: