C# Class UserInputTracker.Models.KeystrokeEvent

Inheritance: IUserInput
ファイルを表示 Open project: sealuzh/PersonalAnalytics

Public Methods

Method Description
KeystrokeEvent ( KeyEventArgs e ) : System

Created per cached keystrokeevent doesn't store the exact keystroke, but the type of the keystroke (KeystrokeType)

ToString ( ) : string

Private Methods

Method Description
GetKeyStrokeType ( string stroke ) : KeystrokeType

todo: check if this works in other languages

Method Details

KeystrokeEvent() public method

Created per cached keystrokeevent doesn't store the exact keystroke, but the type of the keystroke (KeystrokeType)
public KeystrokeEvent ( KeyEventArgs e ) : System
e System.Windows.Forms.KeyEventArgs
return System

ToString() public method

public ToString ( ) : string
return string