Tagged Questions
0
votes
1answer
61 views
How determine if mouse points to maximise button of window under cursor
How determine if mouse points to(hover on) maximise button of window even if this window is not of my application.
Is there API for that ?
0
votes
1answer
90 views
Windows C++ how to startup application maximized?
I am creating a windows application in C++. I am using SDL (http://www.libsdl.org/) - however this question applies to many other types of windows applications written in C++ as I have had the same ...