MCPcopy Index your code
hub / github.com/benfry/processing4 / checkSettings

Method checkSettings

core/src/processing/core/PGraphics.java:913–916  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

911
912
913 protected void checkSettings() {
914 if (!settingsInited) defaultSettings();
915 if (reapplySettings) reapplySettings();
916 }
917
918
919 /**

Callers 3

beginDrawMethod · 0.45
beginDrawMethod · 0.45
beginDrawMethod · 0.45

Calls 2

defaultSettingsMethod · 0.95
reapplySettingsMethod · 0.95

Tested by

no test coverage detected