Home
last modified time | relevance | path

Searched refs:GenerateKeyPressEvent (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish_common/host/frontend/vnc_server/
Dvirtual_inputs.h35 virtual void GenerateKeyPressEvent(int code, bool down) = 0;
Dvirtual_inputs.cpp247 void GenerateKeyPressEvent(int code, bool down) override { in GenerateKeyPressEvent() function in VSoCVirtualInputs
272 void GenerateKeyPressEvent(int key_code, bool down) override { in GenerateKeyPressEvent() function in SocketVirtualInputs
Dvnc_client_connection.cpp585 virtual_inputs_->GenerateKeyPressEvent(key, key_down); in HandleKeyEvent()