C# Class LongoMatch.Services.HotKeysManager

Show file Open project: LongoMatch/longomatch Class Usage Examples

Public Methods

Method Description
DashboardKeyListener ( KeyPressedEvent e ) : void
HotKeysManager ( ) : System
Start ( ) : bool
Stop ( ) : bool
UIKeyListener ( KeyPressedEvent e ) : void

Private Methods

Method Description
HandleDashboardEditedEvent ( DashboardEditedEvent e ) : void
HandleOpenedPresentationChanged ( OpenedPresentationChangedEvent e ) : void
HandleOpenedProjectChanged ( OpenedProjectEvent e ) : void
HandleTimeout ( object state ) : void
ReloadHotkeys ( ) : void
TagPlayer ( ) : void

Method Details

DashboardKeyListener() public method

public DashboardKeyListener ( KeyPressedEvent e ) : void
e KeyPressedEvent
return void

HotKeysManager() public method

public HotKeysManager ( ) : System
return System

Start() public method

public Start ( ) : bool
return bool

Stop() public method

public Stop ( ) : bool
return bool

UIKeyListener() public method

public UIKeyListener ( KeyPressedEvent e ) : void
e KeyPressedEvent
return void