I wonder what does the parameter enable_events
, do for a button (sg.Button
).
Indeed, when there is a button in a code, it is always sending an event in the .read()
.
You don’t need to specify enable_events=True
AND even if you specify enable_events=False
then button still sends an event.
Furthermore, in the reference of PysimpleGUI it is written that the default value of enable_events
is False
. Do anyone knows what is this about ?
Thank you