MCPcopy Create free account
hub / github.com/axmolengine/axmol / onRadiusChanged

Method onRadiusChanged

tests/cpp-tests/Source/ShaderTest/ShaderTest.cpp:544–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

542}
543
544void ShaderBlur::onRadiusChanged(Object* sender, Control::EventType)
545{
546 ControlSlider* slider = (ControlSlider*)sender;
547 _blurSprite->setBlurRadius(slider->getValue());
548}
549
550void ShaderBlur::onSampleNumChanged(Object* sender, Control::EventType)
551{

Callers

nothing calls this directly

Calls 2

setBlurRadiusMethod · 0.45
getValueMethod · 0.45

Tested by

no test coverage detected