git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@12310 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Vincent Couvert 2010-11-26 16:42:54 +00:00
commit 8814075a59

View file

@ -12,7 +12,7 @@ for i=1:2
specEvent = SDL_Event_active_get(event);
_type = SDL_ActiveEvent_type_get(specEvent);
if _type <> evType then swingtesterror(); end
if _type <> evType then swigtesterror(); end
gain = SDL_ActiveEvent_gain_get(specEvent);
//state = SDL_ActiveEvent_state_get(specEvent);
@ -22,7 +22,7 @@ for i=1:2
specEvent = SDL_Event_key_get(event);
//_type = SDL_KeyboardEvent_type_get(specEvent);
//if _type <> evType then swingtesterror(); end
//if _type <> evType then swigtesterror(); end
//_which = SDL_KeyboardEvent_which_get(specEvent);
//state = SDL_KeyboardEvent_state_get(specEvent);