Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
revert back to old behavior where the window position is a set position in the world
|
|
|
|
|
|
|
|
|
|
automatically update when the focused window changes
|
|
|
|
|
|
|
|
|
|
|
|
not tested)
|
|
|
|
|
|
This reverts commit cf0a94502a791f2b8a64cc6449b1e9dcaa3e3874.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
position in the game (--cursor-wrap|--no-cursor-wrap)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
curvature
|
|
|
|
I'm not too sure if the pixmap config part actually changes something
like this but the API of glXCreatePixmap says it will result in a
BadMatch error if the window doesn't have the GLX_WINDOW_BIT. Also adds
some XSync calls which help debugging crashes.
|
|
not currently used yet, but useful if we add VR controller support to
point and click inside VR on the window.
|
|
Allows to simply copy-paste the output of `xdotool getmouselocation`
when double clicking the window ID without needing to manually remove it
from the start. Yes I'm lazy
|
|
when the cursor is over the tracked window, show a yellow cursor in the
VR view where it would be. Useful if you are moving the cursor and
clicking on things while showing a window such as firefox in VR.
|