Neslib.Sdl3
Classes & Records
Name | Description |
---|---|
TSdlApp | Entry point class for all SDL applications. You must override this class and its methods where appropriate. |
Types
Name | Description |
---|---|
TSdlAppClass | A class reference to the TSdlApp class. |
TSdlAppResult | Return values for the main callback methods in TSdlApp. |
Routines
Name | Description |
---|---|
RunApp | Starts an SDL application. You must use this method to start the application, otherwise your application will fail. |