This article needs additional citations for verification. (September 2014) |
Retained mode in computer graphics is a major pattern of API design in graphics libraries,[1] in which
Immediate mode is an alternative approach. Historically, retained mode has been the dominant style in GUI libraries;[4] however, both can coexist in the same library and are not necessarily exclusionary in practice.[5]
Retained mode has been the standard for years. Just about every GUI is in retained mode.