mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
Add proportionality support for GameUI panels (#35)
* Add proportionality support for GameUI panels * Add Android platform define * Fix button wrong state on fast clicking Co-authored-by: JusicP <slender87844@gmail.com>
This commit is contained in:
@@ -34,6 +34,7 @@ public:
|
||||
private:
|
||||
int m_iTextureID;
|
||||
int m_iImageWidth, m_iImageHeight;
|
||||
int m_iImageRealWidth, m_iImageRealHeight;
|
||||
bool m_bHasValidTexture, m_bLoadedTexture;
|
||||
char m_szTGAName[256];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user