Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsvideo.h75 } TOUCHINPUT, *PTOUCHINPUT; typedef
135 BOOL (WINAPI *GetTouchInputInfo)( HTOUCHINPUT, UINT, PTOUCHINPUT, int );
A DSDL_windowsvideo.c126 …data->GetTouchInputInfo = (BOOL (WINAPI *)(HTOUCHINPUT, UINT, PTOUCHINPUT, int)) SDL_LoadFunction(… in WIN_CreateDevice()
A DSDL_windowsevents.c983 PTOUCHINPUT inputs = SDL_small_alloc(TOUCHINPUT, num_inputs, &isstack); in WIN_WindowProc()
1003 PTOUCHINPUT input = &inputs[i]; in WIN_WindowProc()

Completed in 7 milliseconds