mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 13:03:27 +02:00
configure server host and port in enter game
This commit is contained in:
@@ -27,6 +27,12 @@
|
||||
#include <framework/graphics/graphics.h>
|
||||
#include <framework/core/eventdispatcher.h>
|
||||
|
||||
void UICheckBox::setup()
|
||||
{
|
||||
UIWidget::setup();
|
||||
setFocusable(false);
|
||||
}
|
||||
|
||||
void UICheckBox::render()
|
||||
{
|
||||
if(m_image) {
|
||||
|
@@ -28,6 +28,7 @@
|
||||
class UICheckBox : public UIWidget
|
||||
{
|
||||
public:
|
||||
void setup();
|
||||
void render();
|
||||
|
||||
bool isChecked();
|
||||
|
Reference in New Issue
Block a user