first commit
This commit is contained in:
16
Minecraft.Client/Common/UI/UIControl_Touch.h
Normal file
16
Minecraft.Client/Common/UI/UIControl_Touch.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
#include "UIControl_Base.h"
|
||||
|
||||
class UIControl_Touch : public UIControl_Base
|
||||
{
|
||||
private:
|
||||
|
||||
public:
|
||||
UIControl_Touch();
|
||||
|
||||
virtual bool setupControl(UIScene *scene, IggyValuePath *parent, const string &controlName);
|
||||
|
||||
void init(int id);
|
||||
virtual void ReInit();
|
||||
};
|
||||
Reference in New Issue
Block a user