mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-05 19:31:04 +00:00
partial
This commit is contained in:
parent
60b6d9d668
commit
8d5657d257
8 changed files with 68 additions and 86 deletions
|
@ -945,6 +945,7 @@ bool CIrrDeviceSDL::run()
|
|||
|
||||
case SDL_USEREVENT:
|
||||
irrevent.EventType = EET_USER_EVENT;
|
||||
irrevent.UserEvent.code = SDL_event.user.code;
|
||||
irrevent.UserEvent.UserData1 = reinterpret_cast<uintptr_t>(SDL_event.user.data1);
|
||||
irrevent.UserEvent.UserData2 = reinterpret_cast<uintptr_t>(SDL_event.user.data2);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue