Commit 9a20e4b
Evgeni Raikhel
Use a fast auto-commit delay for keyboard arrow-key edits
Nudging Disparity Shift/Threshold with Left/Right, or changing
Downscale Ratio via keyboard/gamepad navigation, now schedules the
commit 0.1s out instead of the usual 1.7s - keyboard-driven edits
already land at a known, deliberate value one step at a time, so
there's no need for the same give-me-a-moment-to-change-my-mind pause
a mouse drag gets; a mouse click on the same radio buttons still uses
the full 1.7s.
finalize() takes an optional use_fast_delay flag for this. The radio
buttons distinguish the two input methods via IsMouseClicked(), since
RadioButton() itself returns true for both a mouse click and a
keyboard/gamepad nav selection change; the slider arrow-key branches
are unambiguous (mouse dragging is a separate code path) and always
pass true.1 parent 3ccc6b7 commit 9a20e4b
2 files changed
Lines changed: 18 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | | - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
112 | 116 | | |
113 | | - | |
| 117 | + | |
114 | 118 | | |
115 | 119 | | |
116 | 120 | | |
| |||
228 | 232 | | |
229 | 233 | | |
230 | 234 | | |
| 235 | + | |
231 | 236 | | |
232 | 237 | | |
233 | 238 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
172 | 177 | | |
173 | 178 | | |
174 | 179 | | |
| |||
262 | 267 | | |
263 | 268 | | |
264 | 269 | | |
265 | | - | |
| 270 | + | |
266 | 271 | | |
267 | 272 | | |
268 | 273 | | |
269 | 274 | | |
270 | 275 | | |
271 | | - | |
| 276 | + | |
272 | 277 | | |
273 | 278 | | |
274 | 279 | | |
| |||
343 | 348 | | |
344 | 349 | | |
345 | 350 | | |
346 | | - | |
| 351 | + | |
347 | 352 | | |
348 | 353 | | |
349 | 354 | | |
350 | 355 | | |
351 | 356 | | |
352 | | - | |
| 357 | + | |
353 | 358 | | |
354 | 359 | | |
355 | 360 | | |
| |||
0 commit comments