io/event: [API] rename InputOp to Op

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2023-11-28 15:01:02 -06:00
parent eae39d8556
commit dbc10056f9
12 changed files with 51 additions and 51 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ func ExampleDraggable_Layout() {
Min: image.Pt(20, 20),
Max: image.Pt(40, 40),
}.Push(gtx.Ops)
event.InputOp(gtx.Ops, &drop)
event.Op(gtx.Ops, &drop)
ds.Pop()
// Check for the received data.