mirror of
https://github.com/openharmony/distributedhardware_distributed_input.git
synced 2026-07-19 09:36:05 -04:00
@@ -448,7 +448,7 @@ void DistributedInputNodeManager::InjectEvent()
|
||||
DHLOGI("end");
|
||||
}
|
||||
|
||||
void InjectInputEvent(const std::string &dhId, const struct input_event &event)
|
||||
void DistributedInputNodeManager::InjectInputEvent(const std::string &dhId, const struct input_event &event)
|
||||
{
|
||||
VirtualDevice* device = nullptr;
|
||||
if (GetDevice(dhId, device) < 0) {
|
||||
|
||||
Reference in New Issue
Block a user