* Returns the interactive surface that triggered * this action (the sender). * @return Pointer to interactive surface. */
| 179 | * @return Pointer to interactive surface. |
| 180 | */ |
| 181 | InteractiveSurface *Action::getSender() const |
| 182 | { |
| 183 | return _sender; |
| 184 | } |
| 185 | |
| 186 | /** |
| 187 | * Changes the interactive surface that triggered |
no outgoing calls
no test coverage detected