Home
last modified time | relevance | path

Searched refs:PTOUCHINPUT (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsvideo.h75 } TOUCHINPUT, *PTOUCHINPUT; typedef
135 BOOL (WINAPI *GetTouchInputInfo)( HTOUCHINPUT, UINT, PTOUCHINPUT, int );
DSDL_windowsvideo.c114 …data->GetTouchInputInfo = (BOOL (WINAPI *)(HTOUCHINPUT, UINT, PTOUCHINPUT, int)) SDL_LoadFunction(… in WIN_CreateDevice()
DSDL_windowsevents.c880 PTOUCHINPUT inputs = SDL_stack_alloc(TOUCHINPUT, num_inputs); in WIN_WindowProc()
900 PTOUCHINPUT input = &inputs[i]; in WIN_WindowProc()