Objective
Implement mouse activity monitoring to detect user movement events.
Requirements
- Detect mouse movement events.
- Update the user's last activity timestamp whenever the mouse is moved.
- Run continuously in the background with minimal CPU usage.
- Handle unexpected errors gracefully.
Acceptance Criteria
- Mouse movement is detected successfully.
- Every mouse movement updates the last activity timestamp.
- Background monitoring remains stable during execution.
- No noticeable impact on system performance.
Objective
Implement mouse activity monitoring to detect user movement events.
Requirements
Acceptance Criteria