Based on this documentation: https://developer.mozilla.org/en-US/docs/Web/CSS/@media/pointer
You should be able to programmatically react differently to different available pointer types using CSS. However, I felt like there used to be an easy way to test what pointer your current device was using but from looking around on Stackoverflow all over the place I can no longer find it. How can I achieve this and find out the current pointer value for my device?