Sweden-Number/dlls/winemac.drv
Ken Thomases 4b8c0d8784 winemac: Send Help key presses directly to the window, bypassing -[NSApplication sendEvent:].
-[NSApplication sendEvent:] seems to consume the event and doesn't pass it along
to the window.

Mac keyboards haven't included a Help key for a long time, but users with PC
keyboards can use the Insert key, which is in the same position.  The Mac
driver translates either one to VK_INSERT.

Signed-off-by: Ken Thomases <ken@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-04-04 09:42:15 +02:00
..
.gitattributes
Makefile.in
clipboard.c winemac: Ignore clipboard updates provoked by our own call to GetClipboardData(). 2017-02-03 09:35:18 +01:00
cocoa_app.h
cocoa_app.m winemac: Send Help key presses directly to the window, bypassing -[NSApplication sendEvent:]. 2017-04-04 09:42:15 +02:00
cocoa_clipboard.m
cocoa_display.m
cocoa_event.h
cocoa_event.m
cocoa_main.m
cocoa_opengl.h winemac: Reattach OpenGL contexts to a view after it has been hidden and unhidden. 2017-02-03 09:35:23 +01:00
cocoa_opengl.m winemac: Reattach OpenGL contexts to a view after it has been hidden and unhidden. 2017-02-03 09:35:23 +01:00
cocoa_status_item.m
cocoa_window.h winemac: Discard key repeat events after a modifier key has been pressed. 2017-03-10 10:03:56 +01:00
cocoa_window.m winemac: Discard key repeat events after a modifier key has been pressed. 2017-03-10 10:03:56 +01:00
display.c
dragdrop.c
event.c
gdi.c
image.c
ime.c
keyboard.c
macdrv.h
macdrv_cocoa.h
macdrv_main.c
macdrv_res.h
mouse.c winemac: Pass correct buffer length to RegQueryValueExW(). 2017-02-08 17:02:59 +01:00
opengl.c
surface.c
systray.c
window.c winemac: Don't set a view's frame if the backend's value hasn't changed. 2017-02-01 21:19:39 +01:00
winemac.drv.spec
winemac.rc winemac.drv: Use neutral language for the version resource. 2017-03-22 16:13:32 +01:00