overwolf.utils.isTouchDevice
Overwolf APIs / overwolf / overwolf / utils / isTouchDevice
function isTouchDevice(callback: CallbackFunction<IsTouchDeviceResult>): void;
Returns whether the current device has touch capabilities.
Parameters
| Parameter | Type | Description |
|---|---|---|
callback | CallbackFunction<IsTouchDeviceResult> | Called with the result of the request. |
Returns
void