mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
camera: use cdevice SDL_Event union member
This commit is contained in:
parent
f95027e3d7
commit
612b41c451
1 changed files with 1 additions and 1 deletions
|
|
@ -1538,7 +1538,7 @@ void SDL_UpdateCamera(void)
|
|||
SDL_Event event;
|
||||
SDL_zero(event);
|
||||
event.type = i->type;
|
||||
event.adevice.which = (Uint32) i->devid;
|
||||
event.cdevice.which = (Uint32) i->devid;
|
||||
SDL_PushEvent(&event);
|
||||
}
|
||||
SDL_free(i);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue