imgui
This commit is contained in:
@@ -63,8 +63,14 @@ struct PerfCounter
|
||||
}
|
||||
};
|
||||
|
||||
class SDL_Window;
|
||||
union SDL_Event;
|
||||
|
||||
struct SharedWindowData
|
||||
{
|
||||
SDL_Window* SDLWindow = nullptr;
|
||||
SDL_Event* SDLEvents{nullptr};
|
||||
uint16_t SDLEventCount = 0;
|
||||
void* Handle = nullptr;
|
||||
int32_t WindowWidth = 1920;
|
||||
int32_t WindowHeight = 1080;
|
||||
|
||||
Reference in New Issue
Block a user