Fix typo
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@12310 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
cab6722925
commit
8814075a59
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue