25 enum class Action : uint8_t {
34 [[nodiscard]]
virtual Action
step();
44 template<
class T,
class... Args>
45 void addEffect(Args&&... args) {
49 void removeEffect(
Effect*);
Contains jngl::Mat3 class.
Contains jngl::Vec2 class.
Base class for effects that can be applied to jngl::Widget.
jngl::Mat3 modelview()
Returns a copy of the global ModelView matrix.