Monitor calibration on PC runtime
Posted: Mon Jan 26, 2015 9:35 am
How can I get the information, if a mousebutton is pressed, while the runtime is starting?
I would like to implement a service menu for pc runtime similiar to the panels.
I need to calibrate a new monitor. In the OnLoad Event of the startup page I would like to do
if ( MouseButtons == MouseButtons.Left)
{
}
Greetings Chris
I would like to implement a service menu for pc runtime similiar to the panels.
I need to calibrate a new monitor. In the OnLoad Event of the startup page I would like to do
if ( MouseButtons == MouseButtons.Left)
{
}
Greetings Chris