Skip to content
  • Michael Natterer's avatar
    Bug 663605 - Fix event->state of many event types on quartz · 264241eb
    Michael Natterer authored
    Don't try to remember the current keyboard modifier and mouse button
    states from the last event, because that isn't always right, and don't
    set event.state = 0 for generated events. Instead, add private functions
    to get the current states, and implement them with API that retrieves
    these states independently from an event.
    264241eb