C# Class LongoMatch.Services.HotKeysManager

Afficher le fichier Open project: LongoMatch/longomatch Class Usage Examples

Méthodes publiques

Méthode Description
DashboardKeyListener ( KeyPressedEvent e ) : void
HotKeysManager ( ) : System
Start ( ) : bool
Stop ( ) : bool
UIKeyListener ( KeyPressedEvent e ) : void

Private Methods

Méthode 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 méthode

public DashboardKeyListener ( KeyPressedEvent e ) : void
e KeyPressedEvent
Résultat void

HotKeysManager() public méthode

public HotKeysManager ( ) : System
Résultat System

Start() public méthode

public Start ( ) : bool
Résultat bool

Stop() public méthode

public Stop ( ) : bool
Résultat bool

UIKeyListener() public méthode

public UIKeyListener ( KeyPressedEvent e ) : void
e KeyPressedEvent
Résultat void