Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Relative Display positioning: (2 Items)
   
Relative Display positioning  
I don't have a system with multiple monitors to test this out on, but does QNX not have a relative display position 
relative to other displays?  Like is there not a continuous desktop that these displays represent?  Was just wondering 
because my function to GetDisplaySize( monitor, &x, &y, &width, &height ) results with the x,y of the upper left corner 
of the monitor so I know where to position my window on Windows...

 I guess I just have to talk to the right device/display directly?
Re: Relative Display positioning  
I think maybe the desktop manager would have relative position of displays... but then i suppose a cheap way is to 
render the window twice; once on each display?