Home
last modified time | relevance | path

Searched refs:SmootherAnimation (Results 1 – 4 of 4) sorted by relevance

/dports/games/eboard/eboard-1.1.3/
H A Dglobal.h362 int SmootherAnimation; variable
H A Dglobal.cc188 SmootherAnimation=0; in Global()
510 case 41: SmootherAnimation =t.tokenvalue(sep); break; in readRC()
617 rc << RCKeys[41] << div << SmootherAnimation << endl; in writeRC()
H A Ddlg_prefs.cc167 gtset(GTK_TOGGLE_BUTTON(smoothb), global.SmootherAnimation?1:0); in PreferencesDialog()
634 ApplyCheckBox(smoothb, &global.SmootherAnimation, &changed, NULL); in Apply()
H A Dboard.cc712 rate = global.SmootherAnimation ? 8 : 4; in update()