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
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 thatI 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
nice
š