CodePudding user response:
Use the event to trigger thevoid onm ouseExit ()
{
The Debug Log (" the mouse left!" );
}
Void onm ouseEnter ()
{
The Debug Log (" the mouse into the!" );
}
Void onm ouseDown ()
{
The Debug Log (" mouse click!" );
}
CodePudding user response:
Use the event to trigger thevoid onm ouseExit ()
{
The Debug Log (" the mouse left!" );
}
Void onm ouseEnter ()
{
The Debug Log (" the mouse into the!" );
}
Void onm ouseDown ()
{
The Debug Log (" mouse click!" );
}