Commit a2024e5
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 81aab41 commit a2024e5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| |||
0 commit comments