Examples - Wire up Update Slider

This commit is contained in:
Marty Oehme 2018-07-20 19:19:24 +02:00
parent 7a87ad3749
commit 914b2aa5dd
4 changed files with 12 additions and 6 deletions

View file

@ -5,4 +5,8 @@ abstract class LoopExample{
void stop() {}
void start() {}
}
abstract class VariableUpdates {
double MS_PER_UPDATE = 300.0;
}