mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-05 17:35:36 +00:00
io/event: [API] rename InputOp to Op
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ func TestDraggable(t *testing.T) {
|
||||
return layout.Dimensions{Size: gtx.Constraints.Min}
|
||||
}, nil)
|
||||
stack := clip.Rect{Max: dims.Size}.Push(gtx.Ops)
|
||||
event.InputOp(gtx.Ops, tgt)
|
||||
event.Op(gtx.Ops, tgt)
|
||||
stack.Pop()
|
||||
|
||||
drag.Update(gtx)
|
||||
|
||||
Reference in New Issue
Block a user