Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
if (Key == VK_RETURN)
{
// The RETURN key was pressed
Key = 0; // trashes the RETURN
Perform(WM_NEXTDLGCTL,0,0); // performs a tab to next control
}
if (pop_tarts == 0)
{
tantrum = 1;
}