Commit graph

6 commits

Author SHA1 Message Date
a336165cef feat(gx): translate SDL_TextInput events into OS_INPUT_CHAR events 2023-11-26 12:13:32 -05:00
c0d5e2a0c8 feat(gx): GLSDL window closes upon SDL_EVENT_QUIT 2023-11-24 23:52:34 -05:00
73912ed71a feat(gx): correct translation of mouse button index 2023-11-24 23:51:01 -05:00
49bc9d5d8b feat(gx): GLSDL window dispatches mouse button events 2023-11-24 23:25:58 -05:00
eccf4db2e0 feat(gx): GLSDL window dispatches mouse and key events to input queue 2023-11-24 19:33:48 -05:00
706c8903a1
feat(gx): add incomplete 'CGxDeviceGLSDL' (#2)
* chore(build): add vendored SDL 3.0.0 library

* chore(build): add vendored glew-cmake-2.2.0 library

* feat(console): in the presence of -opengl launch flag, change GxApi to OpenGl

* feat(gx): add uncompleted CGxDeviceGLSDL targeting Windows and Linux

* chore(build): change SDL3 linkage from shared (bad) to to static (good)
2023-11-18 10:50:16 -05:00