Commit Graph

5 Commits

Author SHA1 Message Date
Christian Semmler
20cfd57e35
Add SDL cursors (#16)
* Add SDL cursors

* Fix naming
2024-06-01 16:54:17 +02:00
Christian Semmler
a3f408d6be
Remove dependency on dinput, use SDL keyboard state for navigation (#14)
* WIP

* Use SDL kb state for navigational keys

* Remove linking against dinput
2024-06-01 05:13:27 +02:00
Christian Semmler
fd5ca4c4dc
Use SDL window instead of Win32 window (#12)
* Use SDL window

* Fixes

* Update README

* Remove unused decl

* Consistent use

* Add comment about fullscreen
2024-05-31 23:56:00 +02:00
Christian Semmler
75e767200b
Replace Windows registry with .ini file (#10)
* Replace Windows registry with .ini file

* Update README.md

* Update CMakeLists.txt

* comment

* set CMake policy

* Try this

* Try this

* Adjust comments
2024-05-31 20:04:00 +02:00
Christian Semmler
681c69c4ac initial commit 2024-05-16 19:42:54 -04:00