Forum Discussion
LastBlow
11 years agoProtege
Window position...
Hey, hey, hey! In SDK 0.4, I believe, ovrHmd used to have WindowsPos as a member. Resolution apparently remained as a member and gives the size of the window. Only, how to access the position of a...
Matlock
11 years agoHonored Guest
If you have the hwnd, you can use the windows function
RECT rect;
GetWindowRect(hwnd, &rect);
RECT rect;
GetWindowRect(hwnd, &rect);
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device