Home | History | Annotate | Download | only in gtk

Lines Matching full:button

365     result.button = WebMouseEvent::ButtonNone;
366 if (event->button == 1)
367 result.button = WebMouseEvent::ButtonLeft;
368 else if (event->button == 2)
369 result.button = WebMouseEvent::ButtonMiddle;
370 else if (event->button == 3)
371 result.button = WebMouseEvent::ButtonRight;
397 result.button = WebMouseEvent::ButtonNone;
399 result.button = WebMouseEvent::ButtonLeft;
401 result.button = WebMouseEvent::ButtonMiddle;
403 result.button = WebMouseEvent::ButtonRight;
433 result.button = WebMouseEvent::ButtonNone;
435 result.button = WebMouseEvent::ButtonLeft;
437 result.button = WebMouseEvent::ButtonMiddle;
439 result.button = WebMouseEvent::ButtonRight;
451 result.button = WebMouseEvent::ButtonNone;