Home
last modified time | relevance | path

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

/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/RecastDemo/Source/
H A Dmain.cpp202 bool processHitTestShift = false; in main() local
305 processHitTestShift = true; in main()
314 processHitTestShift = (SDL_GetModState() & KMOD_SHIFT) ? true : false; in main()
380 sample->handleClick(rayStart, pos, processHitTestShift); in main()