![]() |
Jopnal Engine
alpha 0.4
Simple Component Based 2D/3D Game Engine
|
Base class For a setting change callback. More...
#include <SettingCallback.hpp>
Protected Member Functions | |
virtual void | valueChanged (const T &value)=0 |
The setting change callback function. More... | |
Base class For a setting change callback.
Inherit from this class to create a setting change callback.
Definition at line 92 of file SettingCallback.hpp.
|
protectedpure virtual |
The setting change callback function.
This will be automatically called when the associated setting has been changed.
value | The new setting value |