mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29: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:
@@ -245,6 +245,11 @@ typedef signed char int8;
|
||||
#define IsPlatform64Bits() false
|
||||
#endif
|
||||
|
||||
#ifdef _ANDROID
|
||||
#define IsAndroid() true
|
||||
#else
|
||||
#define IsAndroid() false
|
||||
#endif
|
||||
// From steam/steamtypes.h
|
||||
// RTime32
|
||||
// We use this 32 bit time representing real world time.
|
||||
|
||||
Reference in New Issue
Block a user