Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 560 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 560 Bytes

MouseMon

========

Description

Mouse Tracker library, can be used for anti cheat to detect non-human movements with heuristics analysis.

Example Uses

Comes with 1 example application, shows a graph of all logged mouse movements.

Directory Structure

  • /src - All source files
  • /src/MouseMon - Main library source files
  • /src/MouseGraphView - Example application code to display a X,Y graph of mouse movement

External Libraries

  • None (There may be at some point)

Tools Used

  • Visual Studio 2013
  • .NET Framework 4.0 Client Profile