Stop Windowed mode

Posted By: Scramasax

Stop Windowed mode - 02/05/08 21:42

Is there anyway to stop the alt-enter windowed mode?
6.40.5
Posted By: flits

Re: Stop Windowed mode - 02/05/08 21:50

i thought that you needed to asign a function to that keys

function donothing()
{
wait(1):
}

like on_enter = donothing();
Posted By: Scramasax

Re: Stop Windowed mode - 02/05/08 21:59

Thanx, I did ON_ALT, but ON_ENTER works much better.
© 2024 lite-C Forums