windowsrawinput: Add missing WIN_SetRawKeyboardFlag_Inputsink stub.
This commit is contained in:
committed by
Sam Lantinga
parent
28423eed96
commit
00f9a25879
@@ -334,6 +334,11 @@ bool WIN_SetRawKeyboardFlag_NoHotkeys(SDL_VideoDevice *_this, bool enabled)
|
|||||||
return SDL_Unsupported();
|
return SDL_Unsupported();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool WIN_SetRawKeyboardFlag_Inputsink(SDL_VideoDevice *_this, bool enabled)
|
||||||
|
{
|
||||||
|
return SDL_Unsupported();
|
||||||
|
}
|
||||||
|
|
||||||
#endif // !SDL_PLATFORM_XBOXONE && !SDL_PLATFORM_XBOXSERIES
|
#endif // !SDL_PLATFORM_XBOXONE && !SDL_PLATFORM_XBOXSERIES
|
||||||
|
|
||||||
#endif // SDL_VIDEO_DRIVER_WINDOWS
|
#endif // SDL_VIDEO_DRIVER_WINDOWS
|
||||||
|
|||||||
Reference in New Issue
Block a user