From 4e7669dd6e07658fa86878d1e64c482a094b3b19 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 28 Dec 2014 00:11:59 +0300 Subject: Add fake pet moving commands. Actual moving will be implimented after. --- src/input/inputactionmap.h | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'src/input/inputactionmap.h') diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index 4c1c6d986..4dc84bb71 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -4388,6 +4388,42 @@ static const InputActionData inputActionData[InputAction::TOTAL] = { InputCondition::INGAME, "clearchat|chatclear", false}, + {"keyPetMoveUp", + InputType::UNKNOWN, InputAction::NO_VALUE, + InputType::UNKNOWN, InputAction::NO_VALUE, + Input::GRP_DEFAULT, + &Actions::petMoveUp, + InputAction::NO_VALUE, 50, + InputCondition::INGAME, + "petmoveup|moveuppet", + false}, + {"keyPetMoveDown", + InputType::UNKNOWN, InputAction::NO_VALUE, + InputType::UNKNOWN, InputAction::NO_VALUE, + Input::GRP_DEFAULT, + &Actions::petMoveDown, + InputAction::NO_VALUE, 50, + InputCondition::INGAME, + "petmovedown|movedownpet", + false}, + {"keyPetMoveLeft", + InputType::UNKNOWN, InputAction::NO_VALUE, + InputType::UNKNOWN, InputAction::NO_VALUE, + Input::GRP_DEFAULT, + &Actions::petMoveLeft, + InputAction::NO_VALUE, 50, + InputCondition::INGAME, + "petmoveleft|moveleftpet", + false}, + {"keyPetMoveRight", + InputType::UNKNOWN, InputAction::NO_VALUE, + InputType::UNKNOWN, InputAction::NO_VALUE, + Input::GRP_DEFAULT, + &Actions::petMoveRight, + InputAction::NO_VALUE, 50, + InputCondition::INGAME, + "petmoveright|moverightpet", + false}, }; #endif // INPUT_INPUTACTIONMAP_H -- cgit v1.2.3-60-g2f50