mirror of
https://github.com/openharmony/distributedhardware_distributed_input.git
synced 2026-07-18 16:04:40 -04:00
@@ -204,7 +204,7 @@ size_t InputHub::GetEvents(RawEvent *buffer, size_t bufferSize)
|
||||
bool InputHub::IsTouchPad(Device *device)
|
||||
{
|
||||
return ((device->classes & INPUT_DEVICE_CLASS_TOUCH_MT) || (device->classes & INPUT_DEVICE_CLASS_TOUCH)) &&
|
||||
IsTouchPad(device->identifier));
|
||||
IsTouchPad(device->identifier);
|
||||
}
|
||||
|
||||
bool InputHub::IsTouchPad(const InputDevice &inputDevice)
|
||||
|
||||
Reference in New Issue
Block a user