Method | Description | |
---|---|---|
GetProcessName ( ) : string |
This method gets the foreground window and returns the process name if available. (also used to store OCR info)
|
|
GetWindowText ( ) : string |
This method gets the foreground window and returns the window title if available. (also used to store OCR info)
|
|
ScreenshotChangedTracker ( ) : System |
register mouse & keyboard events
|
|
WindowChanged ( ) : bool |
|
Method | Description | |
---|---|---|
ChangeAsOfMajorClicking ( ) : bool |
Change if user clicked more than threshold
|
|
ChangeAsOfMajorScrolling ( ) : bool |
Change if user scrolled more than threashold
|
|
ChangeAsOfMajorTyping ( ) : bool |
Change if user typed more than threshold
|
|
ChangeAsOfWindowChanged ( ) : bool |
Change if window changed
|
|
GetForegroundWindow ( ) : |
||
GetProcessName ( uint processId ) : string |
Returns the name of the current process, given the id of the process
|
|
GetWindowText ( |
||
GetWindowText ( |
Gets the window title
|
|
GetWindowTextLength ( |
||
GetWindowThreadProcessId ( |
||
IsWindow ( |
||
KeyboardListener_KeyDown ( object sender, |
sums up the number of keystrokes within a time interval
|
|
MouseListener_MouseClicking ( object sender, |
sums up the mouse clicks within a time interval
|
|
MouseListener_MouseScrolling ( object sender, |
sums up the distance scrolled within a time interval
|
|
ResetVariables ( ) : void |
Reset everything to track for next interval
|