Home
last modified time | relevance | path

Searched refs:notify_command_released (Results 1 – 11 of 11) sorted by relevance

/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/core/
H A DGame.h84 void notify_command_released(GameCommand command);
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/core/
H A DGame.cpp333 void Game::notify_command_released(GameCommand command) { in notify_command_released() function in Solarus::Game
346 hero->notify_command_released(command); in notify_command_released()
H A DGameCommands.cpp503 game.notify_command_released(command); in game_command_released()
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/entities/
H A DEntityState.h66 virtual void notify_command_released(GameCommand command);
H A DHero.h76 void notify_command_released(GameCommand command) override;
H A DEntity.h119 virtual void notify_command_released(GameCommand command);
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/hero/
H A DCustomState.h58 void notify_command_released(GameCommand command) override;
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/hero/
H A DCustomState.cpp400 void CustomState::notify_command_released(GameCommand command) { in notify_command_released() function in Solarus::CustomState
407 Entity::State::notify_command_released(command); in notify_command_released()
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/entities/
H A DEntityState.cpp372 void Entity::State::notify_command_released(GameCommand command) { in notify_command_released() function in Solarus::Entity::State
H A DHero.cpp457 void Hero::notify_command_released(GameCommand command) { in notify_command_released() function in Solarus::Hero
458 get_state()->notify_command_released(command); in notify_command_released()
H A DEntity.cpp276 void Entity::notify_command_released(GameCommand /* game_command */) { in notify_command_released() function in Solarus::Entity