Bundle SDL2 multimedia library for 2D graphics, input handling, audio playback, and window management. Core types: Window, Renderer, Texture, Surface, Event, and Mixer. Compile with -lib sdl2.
RendererInfo
Contains information on the capabilities of a render driver or the current render context
Operations
GetFlags #
Get a mask of supported renderer flags
method : public : GetFlags() ~ IntReturn
| Type | Description |
|---|---|
| Int | renderer flags |
GetMaxTextureHeight #
Get the the maximum texture height
method : public : GetMaxTextureHeight() ~ IntReturn
| Type | Description |
|---|---|
| Int | maximum texture height |
GetMaxTextureWidth #
Get the the maximum texture width
method : public : GetMaxTextureWidth() ~ IntReturn
| Type | Description |
|---|---|
| Int | maximum texture width |
GetName #
Get the name of the renderer
method : public : GetName() ~ StringReturn
| Type | Description |
|---|---|
| String | renderer name |