hx3d  1
2D/3D Simple Game Framework
hx3d::CallbackTimer Member List

This is the complete list of members for hx3d::CallbackTimer, including all inherited members.

CallbackTimer()hx3d::CallbackTimer
CallbackTimer(float delay, std::function< void()> function, bool loop=false)hx3d::CallbackTimer
hasEnded()hx3d::CallbackTimer
initialize(float delay, std::function< void()> function, bool loop=false)hx3d::CallbackTimer
isLooping()hx3d::CallbackTimer
remaining()hx3d::CallbackTimer
reset()hx3d::CallbackTimer
update(float delta)hx3d::CallbackTimer