Gamedev Framework (gf)  0.8.0
A C++14 framework for 2D games
gf::Action Member List

This is the complete list of members for gf::Action, including all inherited members.

Action(std::string name)gf::Actionexplicit
Action(const Action &)=deletegf::Action
addCloseControl()gf::Action
addControl(Control &control)gf::Action
addGamepadAxisControl(GamepadId id, GamepadAxis axis, GamepadAxisDirection dir)gf::Action
addGamepadButtonControl(GamepadId id, GamepadButton button)gf::Action
addKeycodeKeyControl(Keycode code)gf::Action
addMouseButtonControl(MouseButton button)gf::Action
addScancodeKeyControl(Scancode code)gf::Action
getName() constgf::Actioninline
isActive()gf::Action
isContinuous() constgf::Action
isInstantaneous() constgf::Action
operator=(const Action &)=deletegf::Action
processEvent(const Event &event)gf::Action
reset()gf::Action
setContinuous()gf::Action
setInstantaneous()gf::Action