Searched refs:PTOUCHINPUT (Results 1 – 3 of 3) sorted by relevance
75 } TOUCHINPUT, *PTOUCHINPUT; typedef135 BOOL (WINAPI *GetTouchInputInfo)( HTOUCHINPUT, UINT, PTOUCHINPUT, int );
114 …data->GetTouchInputInfo = (BOOL (WINAPI *)(HTOUCHINPUT, UINT, PTOUCHINPUT, int)) SDL_LoadFunction(… in WIN_CreateDevice()
880 PTOUCHINPUT inputs = SDL_stack_alloc(TOUCHINPUT, num_inputs); in WIN_WindowProc()900 PTOUCHINPUT input = &inputs[i]; in WIN_WindowProc()