18 #define PLATFORM_VIEW NSView
19 #define PLATFORM_RECT NSRect
20 #define MAKERECT NSMakeRect
22 #define PLATFORM_VIEW UIView
23 #define PLATFORM_RECT CGRect
24 #define MAKERECT CGRectMake
26 #define PLATFORM_VIEW HWND
38 void* CreatePlatformView(
void* pParent,
float x,
float y,
float w,
float h,
float scale = 1.);
39 void RemovePlatformView();
41 void SetChildViewBounds(
float x,
float y,
float w,
float h,
float scale = 1.);
45 void* mPlatformView =
nullptr;