Home -> WindowInfoSDL3 -> Get
Description
The Get method returns a pointer to the concrete platform-specific binding structure stored by the SDL helper.
Warning
The returned pointer is owned by the SDL helper object and remains valid only while that helper object remains alive and unchanged.
Usage
IFrameBuffer::WindowInfoBase* Get();
Return value
- [IFrameBuffer::WindowInfoBase*]
- A pointer to the stored binding structure, or nullptr if no matching type is stored.