| 823 | }; |
| 824 | |
| 825 | struct CKSSThreeHorizontal : app::SvgSwitch { |
| 826 | CKSSThreeHorizontal() { |
| 827 | shadow->opacity = 0.0; |
| 828 | addFrame(Svg::load(asset::system("res/ComponentLibrary/CKSSThreeHorizontal_0.svg"))); |
| 829 | addFrame(Svg::load(asset::system("res/ComponentLibrary/CKSSThreeHorizontal_1.svg"))); |
| 830 | addFrame(Svg::load(asset::system("res/ComponentLibrary/CKSSThreeHorizontal_2.svg"))); |
| 831 | } |
| 832 | }; |
| 833 | |
| 834 | struct CKD6 : app::SvgSwitch { |
| 835 | CKD6() { |
nothing calls this directly
no outgoing calls
no test coverage detected