Table of Contents

Delegate Sdl.BuildAction

Namespace
Sdl3Sharp
Assembly
Sdl3Sharp.dll

Represents an action that is performed right before initializing SDL. Use the provided builder argument to perfom some preliminaries before SDL gets initialized.

public delegate void Sdl.BuildAction(Sdl.Builder builder)

Parameters

builder Sdl.Builder

A Sdl.Builder that lets you perfom some preliminaries right before SDL gets initialized