Skip to content
  • Vlad Zahorodnii's avatar
    Introduce Platform::outputAt() · d228829a
    Vlad Zahorodnii authored
    With AbstractOutput being used more heavily, it makes sense to have
    something like Screens::number() in the Platform class. As is, the steps
    to get an output for a given point are awkward - first, get the screen
    id, then use the screen id to get the output.
    d228829a