-
Notifications
You must be signed in to change notification settings - Fork 9
Home
ccourson edited this page Jul 8, 2018
·
9 revisions
Welcome to the LewanSoul-xArm wiki!
-
Dispatch Timers
List<DispatcherTimer> dispatchTimers
is declared as a private property in MainWindow.cs only for possible future reference and is not used anywhere else.InitializeDispatcherTimers()
is declared inMainWindow()
and initializes 16-millisecond and 300-millisecond timers.
1.1. 16msTick
This timer is considered the game loop and has a nominal frequency of 60Hz.
1.2. 300msTick