* Returns the X scaling factor used by the screen * when this action was fired (used to correct mouse input). * @return Screen's X scaling factor. */
| 44 | * @return Screen's X scaling factor. |
| 45 | */ |
| 46 | double Action::getXScale() const |
| 47 | { |
| 48 | return _scaleX; |
| 49 | } |
| 50 | |
| 51 | /** |
| 52 | * Returns the Y scaling factor used by the screen |
no outgoing calls
no test coverage detected