You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wrapper for win32console module enabling double-buffering and quality of life methods.
Double-buffering
All draw functions are called on the back buffer; the flip() function must be called to set the back buffer to the active buffer and display changes made.
About
Wrapper for win32console module enabling double-buffering and quality of life methods.