Home
last modified time | relevance | path

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

/dports/science/ghemical/ghemical-3.0.0/src/
H A Doglview_wcl.cpp106 mouseinfo::latest_y = y; in ButtonEvent()
116 mouseinfo::latest_y = y; in ButtonEvent()
154 mouseinfo::latest_y = y; in ButtonEvent()
181 mouseinfo::latest_y = y; in ButtonEvent()
242 mouseinfo::latest_y = y; in ButtonEvent()
303 mouseinfo::latest_y = y; in ButtonEvent()
367 mouseinfo::latest_y = y; in ButtonEvent()
423 mouseinfo::latest_y = y; in ButtonEvent()
479 mouseinfo::latest_y = y; in ButtonEvent()
535 mouseinfo::latest_y = y; in ButtonEvent()
[all …]
H A Deldview_wcl.cpp96 mouseinfo::latest_y = y; in ButtonEvent()
101 int dy = mouseinfo::latest_y - y; in MotionEvent()
116 mouseinfo::latest_y = y; in MotionEvent()
H A Dp2dview_wcl.cpp131 mouseinfo::latest_y = y; in ButtonEvent()
170 int dy = mouseinfo::latest_y - y; in MotionEvent()
173 mouseinfo::latest_y = y; in MotionEvent()
H A Dproject.cpp3104 mouseinfo::latest_y in DrawEvent()
/dports/emulators/vice/vice-3.5/src/joyport/
H A Dmouse.c339 static int16_t latest_y = 0; variable
465 last_mouse_y = latest_y = new_y; in mouse_poll()
557 latest_y = new_y; in mouse_poll()
714 latest_y = (int16_t)mouse_y; in joyport_mouse_enable()
716 last_mouse_y = latest_y; in joyport_mouse_enable()
718 neos_lasty = (uint8_t)(latest_y >> 1); in joyport_mouse_enable()
1030 latest_y = (int16_t)mouse_y; in set_mouse_enabled()
1032 last_mouse_y = latest_y; in set_mouse_enabled()
1034 neos_lasty = (uint8_t)(latest_y >> 1); in set_mouse_enabled()
1334 || SMW_W(m, (uint16_t)latest_y) < 0 in write_poll_val_snapshot()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/joyport/
H A Dmouse.c332 static int16_t latest_y = 0; variable
399 last_mouse_y = latest_y = new_y; in mouse_poll()
401 } else if (os_now != latest_os_ts && (new_x != latest_x || new_y != latest_y)) { in mouse_poll()
462 latest_x, latest_y, new_x, new_y); in mouse_poll()
491 latest_y = new_y; in mouse_poll()
643 latest_y = (int16_t)mousedrv_get_y(); in joyport_mouse_enable()
644 last_mouse_y = latest_y; in joyport_mouse_enable()
960 latest_y = (int16_t)mousedrv_get_y(); in set_mouse_enabled()
961 last_mouse_y = latest_y; in set_mouse_enabled()
1263 || SMW_W(m, (uint16_t)latest_y) < 0 in write_poll_val_snapshot()
[all …]
/dports/science/liboglappth/liboglappth-1.0.0/src/
H A Dbase_app.h69 static int latest_y; member
H A Dbase_app.cpp46 int mouseinfo::latest_y = -1; member in mouseinfo