File tree Expand file tree Collapse file tree
examples/shadertoy-server Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -142,10 +142,10 @@ _Tool input:_
142142
143143The ` iMouse ` uniform provides interactive input, compatible with the official Shadertoy specification:
144144
145- | Component | When Button Down | After Release | Never Clicked |
146- | -----------| -----------------| ---------------| ---------------|
147- | ` iMouse.xy ` | Current position | Last position | ` (0, 0) ` |
148- | ` iMouse.zw ` | Click start (positive) | Negated (-x, -y) | ` (0, 0) ` |
145+ | Component | When Button Down | After Release | Never Clicked |
146+ | ----------- | ---------------------- | ---------------- | ------------- |
147+ | ` iMouse.xy ` | Current position | Last position | ` (0, 0) ` |
148+ | ` iMouse.zw ` | Click start (positive) | Negated (-x, -y) | ` (0, 0) ` |
149149
150150** Detecting button state:**
151151
You can’t perform that action at this time.
0 commit comments