(value)
| 47 | } |
| 48 | |
| 49 | var toPointer = function (value) { |
| 50 | return getPointerSize() == 8 ? BigInt(value) : value; |
| 51 | } |
| 52 | |
| 53 | var hasMouse = function () { |
| 54 | return !(('ontouchstart' in window) || (navigator.maxTouchPoints > 0) || (navigator.msMaxTouchPoints > 0)); |
no test coverage detected