Revision 3181f10f
Added by danij over 16 years ago
Files
- added
- modified
- copied
- renamed
- deleted
- doomsday
- build
- win32
- disdlinput_cl.rsp
- vcbuild.bat (diff)
- vs8
- disdlinput.vcproj
- doomsday.sln (diff)
- doomsday.vcproj (diff)
- win32
- engine
- unix
- src
- sys_input.c
- sys_inputd_loader.c
- src
- unix
- plugins
- build
Revert changes from rev #5519. Evidently, SDL is not willing/able to cooperate with my plan of doing user input in a plugin. Instead, I'm going to do something radical; a plugin based arch in parallel with a "SDL mode" which removes all the abstractions and reverts to handling input in the engine and only ever one window.