Searched defs:phys_to_log_map (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dxwin.c1548 unsigned char phys_to_log_map[sizeof(g_pointer_log_to_phys_map)]; local
1551 pointer_buttons = XGetPointerMapping(g_display, phys_to_log_map, sizeof(phys_to_log_map));
1552 if (pointer_buttons > sizeof(phys_to_log_map))
1553 pointer_buttons = sizeof(phys_to_log_map);
1561 if (phys_to_log_map[i] > sizeof(g_pointer_log_to_phys_map))
1563 g_pointer_log_to_phys_map[phys_to_log_map[i] - 1] = i + 1;

Completed in 55 milliseconds