* @brief The catch distance (for single click) * * The catch distance is a typical value for the "fuzzyness" of a mouse click. * It is given in micron. */
| 170 | * It is given in micron. |
| 171 | */ |
| 172 | virtual double catch_distance () |
| 173 | { |
| 174 | return 0.0; |
| 175 | } |
| 176 | |
| 177 | /** |
| 178 | * @brief The catch distance (for box) |
no outgoing calls
no test coverage detected