| 814 | }; |
| 815 | |
| 816 | struct CKSSThree : app::SvgSwitch { |
| 817 | CKSSThree() { |
| 818 | shadow->opacity = 0.0; |
| 819 | addFrame(Svg::load(asset::system("res/ComponentLibrary/CKSSThree_0.svg"))); |
| 820 | addFrame(Svg::load(asset::system("res/ComponentLibrary/CKSSThree_1.svg"))); |
| 821 | addFrame(Svg::load(asset::system("res/ComponentLibrary/CKSSThree_2.svg"))); |
| 822 | } |
| 823 | }; |
| 824 | |
| 825 | struct CKSSThreeHorizontal : app::SvgSwitch { |
| 826 | CKSSThreeHorizontal() { |
nothing calls this directly
no outgoing calls
no test coverage detected