Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmouse.c45 static CARD8 const *g_winMouseButtonMap = NULL; variable
129 g_winMouseButtonMap = pDeviceInt->button->map; in winMouseProc()
137 g_winMouseButtonMap = NULL; in winMouseProc()
227 if (g_winMouseButtonMap) in winMouseButtonsSendEvent()
228 iButton = g_winMouseButtonMap[iButton]; in winMouseButtonsSendEvent()