Start work of OSX keyboard input, doesn't work, so it's currently disabled, but it's a beginning. Also changed variable 'id' to 'cid' because id is a object type in Obj-C, which I was running in to problems with, kept it that way just in case.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5269 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Sonicadvance1
2010-04-02 09:41:43 +00:00
parent 2742be1c2e
commit 48533bb3db
7 changed files with 236 additions and 10 deletions

View File

@ -0,0 +1,3 @@
void OSX_Init(void *_View);
void OSX_UpdateKeys( int max, char* keys );