* Returns the Y scaling factor used by the screen * when this action was fired (used to correct mouse input). * @return Screen's Y scaling factor. */
| 54 | * @return Screen's Y scaling factor. |
| 55 | */ |
| 56 | double Action::getYScale() const |
| 57 | { |
| 58 | return _scaleY; |
| 59 | } |
| 60 | |
| 61 | /** |
| 62 | * Sets this action as a mouse action with |
no outgoing calls
no test coverage detected