Click or drag to resize
ApplicationGameEvent Enumeration
Game-related events.

Namespace: Slash.Application.Games
Assembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum ApplicationGameEvent
Members
  Member nameValueDescription
GameStarted0

The game starts.

Event data: null

GamePaused1

The game has been paused.

Event data: null

GameResumed2

The game has been resumed.

Event data: null

GameStopped3

The game was stopped.

Event data: null

See Also