Commit Graph

9 Commits

Author SHA1 Message Date
Ryan C. Gordon 7aea0f7141 Renamed the SDL stuff to not be Linux specific. 2005-09-01 00:33:08 +00:00
Zachary Slater 6a84a13acf From Cameron Eure:
Fixes a problem in code/unix/linux_glimp_sdl.c where attributes are called
before there's a working visual, resulting in a crash.
2005-09-01 00:24:56 +00:00
Ryan C. Gordon db2b964527 Added SDL joystick support. 2005-08-31 21:13:02 +00:00
Ludwig Nussel 5af249432d try to fix keyboard handling. Works with German keyboard now AFAICT 2005-08-31 19:54:08 +00:00
Zachary Slater 06c73f5e59 First diff from Andreas Schneider:
here are gcc4 signedness fixes for latest svn :)
2005-08-31 18:00:00 +00:00
Ryan C. Gordon 23d08fae65 Show the system cursor when ungrabbing the mouse, so you know it's
been ungrabbed.
2005-08-31 17:57:44 +00:00
Ryan C. Gordon a65432119b Shutdown game if user clicks the 'X' on his window. 2005-08-31 17:54:07 +00:00
Ryan C. Gordon 5bc2c49293 More SDL fixes:
- Console key works as it should, at least on QWERTY keyboards. Someone
  will have to check AZERTY keyboards for me.
- Backspace key now works in text entry.
- Mouse input is scaled 2x, like the X11 driver does.
- Some basic logging so I know I'm using the SDL code and not the X11 code.
2005-08-31 16:38:05 +00:00
Zachary Slater 1221bd8996 oops! 2005-08-30 23:59:12 +00:00