mirror of https://github.com/adamdruppe/arsd.git
middle click too
This commit is contained in:
parent
741c29ad02
commit
5d23e35393
|
@ -4490,6 +4490,10 @@ class LineGetter {
|
|||
}
|
||||
}
|
||||
}
|
||||
if(me.buttons & MouseEvent.Button.Middle) {
|
||||
if(rtti)
|
||||
rtti.requestPasteFromPrimary();
|
||||
}
|
||||
}
|
||||
break;
|
||||
case InputEvent.Type.SizeChangedEvent:
|
||||
|
|
Loading…
Reference in New Issue