-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
all display devices shall be accessed through functions of the OutputDevice class
OutputDevice has these methods
-
setup()
// for default values, overloading will be necessary -
setScore(int v[])
// passing an array used to be quite dodgy in the past so for stability reasons consider: -
setScore(int s1,int s2, int f1, int f2, int b1, int b2)
-
_ showScore() //called by setScore
-
_ showFrames() //called by setScore
-
_ showBreak() //called by setScore
OutputDevice has these properties
_ bool use_score
_ bool use_frames
_ bool use_break
int values[6]
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request