Home
last modified time | relevance | path

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

/dports/www/elinks/elinks-0.11.7/src/terminal/
H A Dmouse.c78 unhandle_mouse(ditrm->mouse_h); in disable_mouse()
90 ditrm->mouse_h = handle_mouse(0, (void (*)(void *, unsigned char *, int)) itrm_queue_event, ditrm); in enable_mouse()
H A Ditrm.h32 void *mouse_h; /* Mouse handle */ member
H A Dkbd.c330 resume_mouse(ditrm->mouse_h); in unblock_itrm()
350 suspend_mouse(ditrm->mouse_h); in block_itrm()
/dports/www/elinks/elinks-0.11.7/src/osdep/os2/
H A Dos2.c453 int mouse_h = -1; variable
476 mouse_h = *mh; in mouse_thread()
523 mouse_h = -1; in mouse_thread()
611 if (mouse_h != -1) { in want_draw()
624 MouRemovePtr(pa, mouse_h); in want_draw()
/dports/www/links/links-2.25/
H A Dkbd.c32 void *mouse_h; member
423 itrm->mouse_h = handle_mouse(0, mouse_queue_event, itrm); in handle_trm()
446 itrm->mouse_h = handle_mouse(0, mouse_queue_event, itrm); in unblock_itrm()
461 if (itrm->mouse_h) unhandle_mouse(itrm->mouse_h), itrm->mouse_h = NULL; in block_itrm()
473 if (itrm->mouse_h) unhandle_mouse(itrm->mouse_h); in free_trm()
H A Dos_dep.c2282 static int mouse_h = -1; variable
2311 MouRemovePtr(pa, mouse_h); in mouse_remove_pointer()
2323 MouDrawPtr(mouse_h); in mouse_draw_pointer()
2363 mouse_h = *mh; in mouse_thread()
2395 mouse_h = -1; in mouse_thread()
2460 if (mouse_h != -1) { in want_draw()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DProjectWindow.cpp422 double mouse_h = viewInfo.PositionToTime(event.m_x, trackLeftEdge); in operator ()() local
430 center_h = mouse_h; in operator ()()
433 center_h = mouse_h; in operator ()()
435 else if( mouse_h < viewInfo.selectedRegion.t0() ) in operator ()()
438 else if( mouse_h > viewInfo.selectedRegion.t1() ) in operator ()()
442 center_h = mouse_h; in operator ()()
/dports/games/nighthawk/nighthawk/src/
H A Dopengl.cc469 PRIVATE void mouse_h(int button, int state, int x, int y) in mouse_h() function
626 glutMouseFunc(mouse_h); in opengl_init()
/dports/www/links1/links-1.04/
H A Dkbd.c24 void *mouse_h; member
359 itrm->mouse_h = handle_mouse(0, (void (*)(void *, unsigned char *, int))mouse_queue_event, itrm); in handle_trm()
408 if (itrm->mouse_h) unhandle_mouse(itrm->mouse_h); in free_trm()
H A Dos_dep.c1523 int mouse_h = -1; variable
1552 MouRemovePtr(pa, mouse_h); in mouse_remove_pointer()
1564 MouDrawPtr(mouse_h); in mouse_draw_pointer()
1604 mouse_h = *mh; in mouse_thread()
1641 mouse_h = -1; in mouse_thread()
1711 if (mouse_h != -1) { in want_draw()
/dports/editors/cooledit/cooledit-3.17.28/widget/
H A Deditwidget.c1256 (mouse_h) edit_mouse_event, 0); in edit()