ikskuh / SDL.zig

A shallow wrapper around SDL that provides object API and error handling
MIT License
360 stars 79 forks source link

wrapper: add Window.setTitle. #175

Closed kivikakk closed 4 months ago

kivikakk commented 4 months ago

Window.setTitle -> SDL_SetWindowTitle.

Thanks for the really nice library! :)