mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-23 20:09:46 +03:00
GUI: Rename some methods, start to implement new one
This commit is contained in:
@@ -15,12 +15,12 @@ class DirectConnectScreen : public Screen
|
||||
public:
|
||||
DirectConnectScreen();
|
||||
|
||||
virtual void init() override;
|
||||
virtual void onInit() override;
|
||||
virtual void buttonClicked(Button* pButton) override;
|
||||
virtual void render(int x, int y, float f) override;
|
||||
virtual void onRender(int x, int y, float f) override;
|
||||
|
||||
private:
|
||||
TextInputBox m_textAddress;
|
||||
Button m_btnQuit;
|
||||
Button m_btnJoin;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user