| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| colormat.c | 42 * mouse buttons will change the diffuse reflection values. 94 static void mouse(int button, int state, int x, int y) function 149 glutMouseFunc(mouse);
|
| movelight.c | 49 * Interaction: pressing the left mouse button alters 110 static void mouse(int button, int state, int x, int y) function 144 glutMouseFunc(mouse);
|
| double.c | 41 * Pressing the left mouse button rotates the rectangle. 42 * Pressing the middle mouse button stops the rotation. 96 static void mouse(int button, int state, int x, int y) function 130 * Register mouse input callback functions 142 glutMouseFunc(mouse);
|
| unproject.c | 40 * When the left mouse button is pressed, this program 41 * reads the mouse position and determines two 3D points 65 static void mouse(int button, int state, int x, int y) function 123 glutMouseFunc(mouse);
|
| varray.c | 129 static void mouse (int button, int state, int x, int y) function 182 glutMouseFunc(mouse);
|
| surface.c | 186 mouse(int button, int state, int x, int y) function 227 glutMouseFunc(mouse);
|
| polyoff.c | 177 /* call when mouse button is pressed */ 179 static void mouse(int button, int state, int x, int y) { function 309 glutMouseFunc(mouse);
|
| /xsrc/external/mit/xorg-server/dist/test/xi2/ |
| protocol-common.h | 81 DeviceIntPtr mouse; member in struct:devices
|
| /xsrc/external/mit/xorg-server.old/dist/test/xi2/ |
| protocol-common.h | 84 DeviceIntPtr mouse; member in struct:devices
|
| /xsrc/external/mit/mesa-demos/dist/src/glsl/ |
| blinking-teapot.c | 130 mouse (int button, int state, int x, int y) function 176 glutMouseFunc (mouse);
|
| fsraytrace.c | 350 mouse(int button, int state, int x, int y) function 405 glutMouseFunc(mouse);
|
| vsraytrace.c | 340 mouse(int button, int state, int x, int y) function 395 glutMouseFunc(mouse);
|
| gsraytrace.cpp | 830 mouse(int button, int state, int x, int y) function 917 printf("\nESC = exit demo\nleft mouse + drag = rotate camera\n\n"); 948 glutMouseFunc(mouse);
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| glutWindow.h | 51 uint32 m_buttons; // the last mouse button state 61 GLUTmouseCB mouse; /* mouse (button,state,x,y) */ member in class:GlutWindow 73 bool mouseEvent; // call mouse 83 int button, mouseState; // for mouse callback 84 int mouseX, mouseY; // for mouse callback
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| pointblast.c | 241 mouse(int button, int state, int x, int y) function 244 mouse button movement. */ 449 glutMouseFunc(mouse);
|
| spriteblast.c | 325 mouse(int button, int state, int x, int y) function 328 mouse button movement. */ 624 glutMouseFunc(mouse);
|
| dinoshade.c | 23 /* When you run this program: Left mouse button controls the 24 view. Middle mouse button controls light position (left & 26 position up and down). Right mouse button pops up menu. */ 412 /* Perform scene rotations based on user mouse input. */ 635 mouse(int button, int state, int x, int y) function 825 glutMouseFunc(mouse);
|
| projtex.c | 926 printf("left mouse - move view\n"); 927 printf("middle mouse - move projection\n"); 971 mouse(int button, int state, int x, int y) function 1018 glutMouseFunc(mouse);
|
| /xsrc/external/mit/xeyes/dist/ |
| EyesP.h | 47 TPoint mouse; /* old mouse position */ member in struct:__anon6657
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| spiceqxl_inputs.c | 24 * a mouse and a keyboard device pair. 265 /* mouse bits */ 268 SpiceMouseInstance mouse; member in struct:XSpicePointer 290 .base.description = "xspice mouse", 397 spice_pointer->mouse.base.sif = &mouse_interface.base;
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| enterleave.c | 772 DeviceIntPtr mouse; local 775 mouse = IsFloating(dev) ? dev : GetMaster(dev, MASTER_POINTER); 779 btlen = (mouse->button) ? bits_to_bytes(256) : 0; 795 xi2event->root_x = double_to_fp1616(mouse->spriteInfo->sprite->hot.x); 796 xi2event->root_y = double_to_fp1616(mouse->spriteInfo->sprite->hot.y); 798 for (i = 0; mouse && mouse->button && i < mouse->button->numButtons; i++) 799 if (BitIsOn(mouse->button->down, i)) 800 SetBit(&xi2event[1], mouse->button->map[i]) [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| winconfig.c | 507 XF86ConfInputPtr mouse = NULL; local 510 if (g_cmdline.mouse) 517 if (winNameCompare(input_list->inp_driver, "mouse") == 0) { 519 if (g_cmdline.mouse && winNameCompare(input_list->inp_identifier, 520 g_cmdline.mouse)) 522 mouse = input_list; 527 if (mouse != NULL) { 528 if (mouse->inp_identifier) 530 mouse->inp_identifier); 533 winSetBoolOption(mouse->inp_option_lst, "Emulate3Buttons", FALSE) [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| xf86Configure.c | 66 static char *DFLT_MOUSE_DEV = "/dev/mouse"; 158 XF86ConfInputPtr mouse = NULL; local 171 /* Crude mechanism to auto-detect mouse (os dependent) */ 192 mouse = calloc(1, sizeof(XF86ConfInputRec)); 193 mouse->inp_identifier = "Mouse0"; 194 mouse->inp_driver = "mouse"; 195 mouse->inp_option_lst = 196 xf86addNewOption(mouse->inp_option_lst, strdup("Protocol"), 198 mouse->inp_option_lst = [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| winconfig.c | 525 XF86ConfInputPtr mouse = NULL; local 528 if (g_cmdline.mouse) 536 if (winNameCompare (input_list->inp_driver, "mouse") == 0) 539 if (g_cmdline.mouse && winNameCompare (input_list->inp_identifier, 540 g_cmdline.mouse)) 542 mouse = input_list; 547 if (mouse != NULL) 549 if (mouse->inp_identifier) 551 mouse->inp_identifier); 554 winSetBoolOption (mouse->inp_option_lst, "Emulate3Buttons", FALSE) [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| xf86Configure.c | 71 static const char *DFLT_MOUSE_DEV = "/dev/mouse"; 169 XF86ConfInputPtr mouse = NULL; local 183 /* Crude mechanism to auto-detect mouse (os dependent) */ 194 mouse = calloc(1, sizeof(XF86ConfInputRec)); 195 mouse->inp_identifier = xnfstrdup("Mouse0"); 196 mouse->inp_driver = xnfstrdup("mouse"); 197 mouse->inp_option_lst = 198 xf86addNewOption(mouse->inp_option_lst, xnfstrdup("Protocol"), 200 mouse->inp_option_lst [all...] |