Problem:
Currently, the highlighter appears on POINTER_START_EVENT event and disappears on POINTER_STOP_EVENT event.
Imagine that internet connection is somehow interrupts between this two events. The highlighter will never disappear.
Solution:
Add inactivity timeout. Automatically hide the highlighter, if the presentation plugin doesn't receive pointer events for some time.
Problem: Currently, the highlighter appears on
POINTER_START_EVENT
event and disappears onPOINTER_STOP_EVENT
event. Imagine that internet connection is somehow interrupts between this two events. The highlighter will never disappear.Solution: Add inactivity timeout. Automatically hide the highlighter, if the presentation plugin doesn't receive pointer events for some time.