pointer Media Query
As more devices emerge and differences in device interaction are implemented, the more important good CSS code will become. In order to write good CSS, we need some indicator about device capabilities. We’ve used CSS media queries thus far, with checks for max-width and pixel ratios. One new proposed CSS media query is the pointer media query; the pointer media query provides information about how accurate the device pointer is (if present).
An excerpt from pointer Media Query