| 806 | }; |
| 807 | |
| 808 | struct CKSS : app::SvgSwitch { |
| 809 | CKSS() { |
| 810 | shadow->opacity = 0.0; |
| 811 | addFrame(Svg::load(asset::system("res/ComponentLibrary/CKSS_0.svg"))); |
| 812 | addFrame(Svg::load(asset::system("res/ComponentLibrary/CKSS_1.svg"))); |
| 813 | } |
| 814 | }; |
| 815 | |
| 816 | struct CKSSThree : app::SvgSwitch { |
| 817 | CKSSThree() { |
nothing calls this directly
no outgoing calls
no test coverage detected