Home
last modified time | relevance | path

Searched refs:GTX_MAX_TOUCH_POINTS_NUMBER (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/wm/include/
H A Dgtx_input_event_sender.h28 const uint32_t GTX_MAX_TOUCH_POINTS_NUMBER = 10; member
52 GtxTouchPoint touchPoints[GTX_MAX_TOUCH_POINTS_NUMBER];
/foundation/window/window_manager/wm/src/
H A Dgtx_input_event_sender.cpp49 mEvent.numPoints = std::min(pointIndex.size(), static_cast<size_t>(GTX_MAX_TOUCH_POINTS_NUMBER)); in SetTouchEvent()

Completed in 4 milliseconds