(context: MatchMediaContext)
| 224 | ) {} |
| 225 | |
| 226 | private canPrimaryHover(context: MatchMediaContext) { |
| 227 | switch (context.primaryPointingDevice) { |
| 228 | case 'mouse': |
| 229 | return true; |
| 230 | default: |
| 231 | return false; |
| 232 | } |
| 233 | } |
| 234 | |
| 235 | private canAnyHover(context: MatchMediaContext) { |
| 236 | switch (context.secondaryPointingDevice) { |
no outgoing calls
no test coverage detected