📋 Metadata
- Author: roaoao
- Date: 2020-01-16 16:25:58
- Type:
answer - Reply to: post_02960
- Replies (1): post_02963
💬 Content
StroBlend:
how I can restore the cursor (initial) position after this macro has finish ?
Add these 2 slots:
First slot:
x, y = E.mouse_x, E.mouse_y
Last slot:
C.window.cursor_warp(x, y)
❤️ 1 likes