input: SDL support

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@957 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2012-07-23 23:44:05 +00:00
parent bc3f85abed
commit d5aff934ba
2 changed files with 323 additions and 0 deletions

3
platform/common/in_sdl.h Normal file
View file

@ -0,0 +1,3 @@
struct in_default_bind;
void in_sdl_init(const struct in_default_bind *defbinds);