Quantcast
Channel: Embedded Software (Read Only)
Viewing all articles
Browse latest Browse all 25965

Forum Post: RE: Mouse cursor in Matrix GUI Applcation

$
0
0

try to set resolution of your GUI application by

if ((res.Numerator / res.Denominator) < 1.55) // Not widescreen
{
width_ratio = 1024f;
height_ratio = 768f;
}

this value might get wrong at run time. Try to assign inside code, 

Best luck


Viewing all articles
Browse latest Browse all 25965

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>