Lines Matching full:mouse
41 /* Hook for mouse inputdev driver */
119 * This usually causes keyboards bytes to be interpreted as mouse movements
121 * bytes (that are usually mouse bytes) than to misinterpret them. Therefore I
123 * one that really looks like a key event (0x04..0xf2) or the start of a mouse
126 * mouse movement is lost. However, nothing is perfect. For bytes 0x01..0x03,
127 * it's really hard to decide whether they're mouse or keyboard bytes. Since
128 * overruns usually occur when moving the Atari mouse rapidly, they're seen as
129 * mouse bytes here. If this is wrong, only a make code of the keyboard gets
347 /* Set mouse button action */
355 /* Set relative mouse position reporting */
364 /* Set absolute mouse position reporting */
372 /* Set mouse keycode mode */
380 /* Set mouse threshold */
389 /* Set mouse scale */
397 /* Interrogate mouse position */
407 /* Load mouse position */
432 /* Disable mouse */
508 "keyboard,mouse,MIDI", atari_keyboard_interrupt); in atari_keyb_init()