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

Crosshair won't stay on top of certain windows (DirectX game) #1

Open
aparis2002 opened this issue Jul 10, 2020 · 1 comment
Open

Comments

@aparis2002
Copy link

As long as the Python script is run before my game, it will show on top of it (QtCore.Qt.WindowStaysOnTopHint).
However, if I Alt-Tab out of the game and come back to it, or if I start the game before the Python script, the crosshair will not show on the game (It will show on top of all other windows, but not the game).
Is there any option to make the window stay on top of absolutely everything until stopped?

@SparrowOchon
Copy link

Try running your game in borderless or windowed mode.

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

No branches or pull requests

2 participants