commit | 2d99052d1d43bd17a72bce0531c605b30aa6bc0b | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Mon Aug 19 14:07:25 2024 +0200 |
committer | ocornut <omarcornut@gmail.com> | Mon Aug 19 14:43:43 2024 +0200 |
tree | a2a7c6b32a0e9ca682a02bcf948620ea90e2674b | |
parent | 1b61d55079a66692207562c4d8d711527954f514 [diff] |
Backends: SDL2, SDL3: storing SDL_WindowID inside ImGuiViewport::PlatformHandle instead of SDL_Window*. (#7853) This will be used to support filtering of events with multi-viewports.