mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-31 07:53:35 +00:00
Without this fix all regular key events such as `CPKeyDown` would have an undefined location. Since the location can't be retrieved from the browser on key events, this fix now makes it so that the last seen mouse position is included with each key event.