Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
DPVRShellOS.cpp283 XButtonEvent *button_event = ((XButtonEvent *) &event); in OsRenderComplete() local
284 switch( button_event->button ) in OsRenderComplete()
292 vec2PointerLocation[0] = (float)button_event->x / (float)m_pShell->m_pShellData->nShellDimX; in OsRenderComplete()
293 vec2PointerLocation[1] = (float)button_event->y / (float)m_pShell->m_pShellData->nShellDimY; in OsRenderComplete()
305 XButtonEvent *button_event = ((XButtonEvent *) &event); in OsRenderComplete() local
306 switch( button_event->button ) in OsRenderComplete()
314 vec2PointerLocation[0] = (float)button_event->x / (float)m_pShell->m_pShellData->nShellDimX; in OsRenderComplete()
315 vec2PointerLocation[1] = (float)button_event->y / (float)m_pShell->m_pShellData->nShellDimY; in OsRenderComplete()
/external/libvncserver/client_examples/
Dgtkvncviewer.c101 static gboolean button_event (GtkWidget *widget, in button_event() function
413 G_CALLBACK (button_event), NULL); in resize()
416 G_CALLBACK (button_event), NULL); in resize()