forked from joejulian/gio
io/event: [API] rename InputOp to Op
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user