Lines Matching refs:pointer
631 PhPointerEvent_t *pointer; in gui_ph_handle_mouse() local
636 pointer = PhGetData(info->event); in gui_ph_handle_mouse()
654 if (pointer->key_mods & Pk_KM_Shift) in gui_ph_handle_mouse()
656 if (pointer->key_mods & Pk_KM_Ctrl) in gui_ph_handle_mouse()
658 if (pointer->key_mods & Pk_KM_Alt) in gui_ph_handle_mouse()
665 if (pointer->buttons & Ph_BUTTON_SELECT) in gui_ph_handle_mouse()
668 if (pointer->buttons & Ph_BUTTON_MENU) in gui_ph_handle_mouse()
672 abs_mouse.x = pointer->pos.x; in gui_ph_handle_mouse()
673 abs_mouse.y = pointer->pos.y; in gui_ph_handle_mouse()
676 if (pointer->buttons & Ph_BUTTON_ADJUST) in gui_ph_handle_mouse()
696 repeated_click = (pointer->click_count >= 2) ? TRUE : FALSE; in gui_ph_handle_mouse()