I m sorry, this asking is quite long and needs at first a quick look to the context:
for my projekt, i m using 4 screens:
- tablet drawing window (screen 1)
- gamma (screen 2)
- im gui (screen3)
- projection (screen4)
- i m obliged to rotate UI screen 3 to have a good few of my ui.
The ImGui is a lot of things, and the best is to used with vertical screening. The screen 3 windows parameters are being oriented portrait inverted . All the UI was design to fit this format.
But… with tablet for the drawing interface we are using the WinTab nugget.
The coordonate delivered by the nugget are very strange and depending of my screen configuration. This give hard time as we are in need in the app to map x-y data from the tablet.
On the Drawing tablet screen i have following x-y data:
-
upper left -.12 1.00
-
down left -.12 .12
-
upper right .44 -1
-
down right .44 .12
In a all screen horizontal way the tablet on screen 1 provides:
upper left 0.0 -1
down right 0.5 1
This last configuration sounds more manageable for mapping questions.
Thats for the statement.
So here is the question:is there any trick to rotate 90° imGui window without using windows configuration wich leads to so strange result for the tablet driver ?
Thank you so much for your answers