Jump to content
Sign in to follow this  
t.a.6

Handling keypress in zeus.

Recommended Posts

findDisplay 46 displayAddEventHandler ["KeyDown",{
	_st=true;
	if((_this select 1) == 35)then{
		//ot=curatorSelected select 0 select 0;
		systemchat "t";
		//_st=false;
        };
}];

Doesn't working in zeus, but

if(!isnull finddisplay 46)then{true} == true;

So, if someone could help i would appreciate.

Share this post


Link to post
Share on other sites

Zeus uses Display 312 if I remember it right. So add your eventhandler there.

  • Like 1

Share this post


Link to post
Share on other sites

Zeus uses Display 312 if I remember it right. So add your eventhandler there.

Thank you, will try.

 

Working, thanks.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×