Commit ac23174
committed
WIN32: Replaced bare
ALL: Removed unused dependency on `typing_extensions` (thanks to Avasam - https://github.com/Avasam)
ALL: Deprecated PyWinBox class in favor of WindowBox (window areas) and ScreenBox (screen areas)
ALL: Added general functions: collidepoint, collidebox, contains, clip, union
ALL: Added class methods: collidepoint, collidebox, contains, clip, union, move, inflate, clamp, isclamped, unclamp, fitexcept (thanks to Avasam): clauses with except Exception:, preventing accidental suppression of system-exit signals (KeyboardInterrupt, SystemExit) during error handling.1 parent 21fc784 commit ac23174
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
145 | | - | |
| 144 | + | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
666 | 666 | | |
667 | 667 | | |
668 | 668 | | |
669 | | - | |
| 669 | + | |
670 | 670 | | |
671 | | - | |
672 | | - | |
| 671 | + | |
| 672 | + | |
673 | 673 | | |
674 | 674 | | |
675 | 675 | | |
| |||
0 commit comments