Home
last modified time | relevance | path

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

/external/libvncserver/libvncclient/
Dvncviewer.c46 static rfbBool DummyPoint(rfbClient* client, int x, int y) { in DummyPoint() function
156 client->HandleKeyboardLedState = (HandleKeyboardLedStateProc)DummyPoint; in rfbGetClient()
211 client->HandleCursorPos = DummyPoint; in rfbGetClient()
220 client->HandleKeyboardLedState = (HandleKeyboardLedStateProc)DummyPoint; in rfbGetClient()