Commit Graph

6 Commits

Author SHA1 Message Date
thrust26 df3c9838b8 trying to fix Trackball mouse barriers (#1079), but mouse becomes sluggish now. 2025-05-31 10:47:43 +02:00
thrust26 b2b5db7034 fixed text events and QWERTY detection (see #978) 2025-05-30 15:27:14 +02:00
thrust26 99880d50b6 added option for switching Stella's theme in sync with OS (TODO: Doc)
updated .gitignore
2025-05-30 09:17:51 +02:00
Stephen Anthony 916fb88dd8 Fixed joystick support. 2025-05-15 17:17:05 -02:30
Stephen Anthony c02aa1ea0a First pass at converting to SDL3. Mostly still broken in several ways:
- only works in Linux
- sound, debugger and joystick not working (compiled out)
- QisBlitter not working (issues with render targets)
- adaptable refresh not working (not converted, and unable to test)
- text events not working (so no input in UI textboxes, etc)
- not entirely optimized
- probably some other stuff.

It does create a launcher and selecting a ROM works.  Toggling fullscreen
also works.
2025-05-15 15:52:37 -02:30
Stephen Anthony c34127a536 First pass at SDL3 conversion. For now, just rename classes to 'SDL'. 2025-04-26 22:15:08 -02:30