Module: wine Branch: master Commit: 77de57683f3fb7ce8d1663b529b25657f933a618 URL: http://source.winehq.org/git/wine.git/?a=commit;h=77de57683f3fb7ce8d1663b529...
Author: Ken Thomases ken@codeweavers.com Date: Sun Feb 3 17:20:18 2013 -0600
winemac: Generate KEY_PRESS/RELEASE events from Cocoa key events.
---
dlls/winemac.drv/cocoa_app.h | 4 + dlls/winemac.drv/cocoa_app.m | 21 +++++- dlls/winemac.drv/cocoa_window.h | 2 + dlls/winemac.drv/cocoa_window.m | 158 +++++++++++++++++++++++++++++++++++++++ dlls/winemac.drv/event.c | 10 +++ dlls/winemac.drv/keyboard.c | 57 ++++++++++++++ dlls/winemac.drv/macdrv.h | 1 + dlls/winemac.drv/macdrv_cocoa.h | 7 ++ 8 files changed, 259 insertions(+), 1 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=77de57683f3fb7ce8d1663...