2
0
mirror of https://github.com/arnavbhatt288/sdl-2.30.3-kolibri.git synced 2025-01-02 10:25:54 +01:00
SDL 2.30.3 port for KolibriOS
Go to file
Arnav Bhatt 81226d4ea0
add relative mouse support
Signed-off-by: Arnav Bhatt <arnav@ghativega.in>
2024-08-21 03:40:53 +05:30
.github initial commit 2024-05-26 04:52:45 +05:30
include trivial changes 2024-08-21 03:40:49 +05:30
src add relative mouse support 2024-08-21 03:40:53 +05:30
test add support for tests 2024-08-21 03:40:51 +05:30
.clang-format initial commit 2024-05-26 04:52:45 +05:30
.editorconfig initial commit 2024-05-26 04:52:45 +05:30
.gitignore clean source code 2024-08-21 03:40:18 +05:30
.wikiheaders-options initial commit 2024-05-26 04:52:45 +05:30
dll.lds initial commit 2024-05-26 04:52:45 +05:30
LICENSE.txt initial commit 2024-05-26 04:52:45 +05:30
Makefile add support for tests 2024-08-21 03:40:51 +05:30
README.md initial commit 2024-05-26 04:52:45 +05:30

Simple DirectMedia Layer (SDL) Version 2.0

https://www.libsdl.org/

Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. It is used by video playback software, emulators, and popular games including Valve's award winning catalog and many Humble Bundle games.

More extensive documentation is available in the docs directory, starting with README.md

Enjoy!

Sam Lantinga (slouken@libsdl.org)