Subversion Repositories Kolibri OS

Rev

Rev 6794 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6794 Rev 7227
Line 55... Line 55...
55
 
55
 
56
void main()
56
void main()
57
{
57
{
58
	byte btn;
58
	byte btn;
59
	load_dll(boxlib, #box_lib_init,0);
59
	load_dll(boxlib, #box_lib_init,0);
60
	SetEventMask(10000000000000000000000001100111b);
60
	SetEventMask(EVM_REDRAW + EVM_KEY + EVM_BUTTON + EVM_MOUSE + EVM_MOUSE_FILTER);
61
	GetCpuFrequency();
61
	GetCpuFrequency();
62
	loop()
62
	loop()
63
	{
63
	{
64
	  WaitEventTimeout(50);
64
	  WaitEventTimeout(50);