C
C#•2y ago
Calvin

Sdl constants in Silk.NET

Just want to know where I can find the SDL constants(such as SDL_WINDOW_SHOW) in Silk.NET.
3 Replies
chairclr
chairclr•2y ago
Silk.NET.SDL.WindowFlags should contain SDL_WINDOW_SHOW i'd reccomend using the windowing abstractions though, if you just need a window and some input and some boilerplate stuff like that
Calvin
CalvinOP•2y ago
I see. Ive been using sdl for a while so im really comfortable with it, but ill try out the windowing abstractions later on and see how I like them. Thank you
chairclr
chairclr•2y ago
nice šŸ‘

Did you find this page helpful?