Jump to content

Escape key doesn't work


ReFresh

Recommended Posts

  • Silver

Hey guys,

I was trying to add escape key function to intrologin.py to get out from login board to server list.

I tried to add this:

def OnPressEscapeKey(self):	
	self.__RefreshServerList()
	self.__OpenServerBoard()

It didn't work.

Then I tried another way:

def OnKeyDown(self, key):

	if 1 == key:
		self.__RefreshServerList()
		self.__OpenServerBoard()
	return True

And it didn't work too.

I have no clue, why it's not working. I'll be really glad for some ideas.

Thanks for possible answers!

Sincerely,

ReFresh

I'll be always helpful! 👊 

Link to comment
Share on other sites

  • 3 weeks later...
  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Similar Content

  • Activity

    1. 0

      Connection problem

    2. 0

      Sanii Switchbot problem

    3. 4

      In game Shop ProfEnte V2

    4. 1268

      [40250] Reference Serverfile + Client + Src [15 Available Languages]

    5. 5
    6. 1268

      [40250] Reference Serverfile + Client + Src [15 Available Languages]

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.