64ce2d449a
We rely on the size of the screen to determine if we are on a touch device, but this is not always accurate, for example on laptops when we resize the window to a smaller size, it could be misinterpreted as a touch device. To improve this, we add detection for touch input so we can more accurately determine if the user is using touch or mouse input.