mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-30 01:38:45 +00:00
Displays are now referenced by instance ID instead of index
This commit is contained in:
parent
758c0dd6d8
commit
22c69bccdf
157 changed files with 1620 additions and 1589 deletions
|
|
@ -57,7 +57,7 @@ WINRT_TransformCursorPosition(SDL_Window *window,
|
|||
return rawPosition;
|
||||
}
|
||||
|
||||
SDL_WindowData *windowData = (SDL_WindowData *)window->driverdata;
|
||||
SDL_WindowData *windowData = window->driverdata;
|
||||
if (windowData->coreWindow == nullptr) {
|
||||
// For some reason, the window isn't associated with a CoreWindow.
|
||||
// This might end up being the case as XAML support is extended.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue