bugfix: alt-tab shouldn't emit keypress events
[?]
Jul 25, 2022, 10:33 PM
TXDMRA5JEAML2GF5QY4ATU22G3NI7DQWPGO4U5OZNP7NGK4JT6WQCDependencies
- [2]
SDRXK4X5move - [3]
3QQZ7W4Ebring couple more globals back to the app level - [4]
2L5MEZV3experiment: new edit namespace - [*]
OTIBCAUJlove2d scaffold - [*]
BYG5CEMVsupport for naming points - [*]
AVTNUQYRbasic test-enabled framework - [*]
CIQN2MDEbugfix: typing a capital letter deletes selection
Change contents
- replacement in main.lua at line 22
-- for hysteresis-- for hysteresis in a few places - edit in main.lua at line 24
Last_focus_time = App.getTime() -- https://love2d.org/forums/viewtopic.php?p=249700 - edit in main.lua at line 178
function App.focus(in_focus)if in_focus thenLast_focus_time = App.getTime()endend - edit in main.lua at line 185
-- ignore events for some time after window in focusif App.getTime() < Last_focus_time + 0.01 thenreturnend - edit in main.lua at line 194[9.836][3.553]
-- ignore events for some time after window in focusif App.getTime() < Last_focus_time + 0.01 thenreturnend - edit in main.lua at line 203
-- ignore events for some time after window in focusif App.getTime() < Last_focus_time + 0.01 thenreturnend