mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-13 07:13:35 +00:00
Removed spurious "extern"
This commit is contained in:
@@ -134,7 +134,7 @@ static void UIKit_HandlePenAxes(SDL_Window *window, NSTimeInterval nstimestamp,
|
||||
}
|
||||
|
||||
#if !defined(SDL_PLATFORM_TVOS)
|
||||
extern void UIKit_HandlePenHover(SDL_uikitview *view, UIHoverGestureRecognizer *recognizer)
|
||||
void UIKit_HandlePenHover(SDL_uikitview *view, UIHoverGestureRecognizer *recognizer)
|
||||
{
|
||||
float zOffset = 0.0f;
|
||||
if (@available(iOS 16.1, *)) {
|
||||
|
||||
Reference in New Issue
Block a user