Home
last modified time | relevance | path

Searched refs:PARALLAX_LAYERS (Results 1 – 4 of 4) sorted by relevance

/dports/games/flare-engine/flare-engine-1.12/src/
H A DPlatform.h41 PARALLAX_LAYERS, enumerator
H A DEventManager.h79 PARALLAX_LAYERS = 45, enumerator
H A DEventManager.cpp694 e->type = EventComponent::PARALLAX_LAYERS; in loadEventComponentString()
1027 else if (ec->type == EventComponent::PARALLAX_LAYERS) { in executeEventInternal()
H A DMenuConfig.cpp407 …cfg_tabs[VIDEO_TAB].setOptionWidgets(Platform::Video::PARALLAX_LAYERS, parallax_layers_lb, paralla… in init()
1067 …else if (cfg_tabs[VIDEO_TAB].options[Platform::Video::PARALLAX_LAYERS].enabled && parallax_layers_… in logicVideo()