Home | History | Annotate | Download | only in wsmoused

Lines Matching refs:evt

228 selection_wsmouse_event(struct wscons_event evt)
232 if (IS_MOTION_EVENT(evt.type)) {
237 switch (evt.type) {
241 if (evt.value > 0)
254 if (evt.value < 0)
273 = ((evt.value - abs->minx) * (Selmouse.sm_max_x + 1))
282 = ((evt.value - abs->miny) * (Selmouse.sm_max_y + 1))
298 } else if (IS_BUTTON_EVENT(evt.type)) {
299 switch (evt.type) {
301 if (evt.value == Selmouse.sm_but_select) {
309 if (evt.value == Selmouse.sm_but_select) {
314 } else if (evt.value == Selmouse.sm_but_paste) {
331 selection_wscons_event(struct wscons_event evt, int preclose)
334 switch (evt.type) {
342 open_tty(evt.value);