Skip to content

Commit 7bb6fe9

Browse files
committed
fix broken URL for Quartz Event Reference in eventtap docs
1 parent b6b3b22 commit 7bb6fe9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/eventtap/libeventtap.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ static int eventtap_keyStrokes(lua_State* L) {
155155
/// * An event tap object
156156
///
157157
/// Notes:
158-
/// * If you specify the argument `types` as the special table {"all"[, events to ignore]}, then *all* events (except those you optionally list *after* the "all" string) will trigger a callback, even events which are not defined in the [Quartz Event Reference](https://developer.apple.com/library/mac/documentation/Carbon/Reference/QuartzEventServicesRef/Reference/reference.html).
158+
/// * If you specify the argument `types` as the special table {"all"[, events to ignore]}, then *all* events (except those you optionally list *after* the "all" string) will trigger a callback, even events which are not defined in the [Quartz Event Reference](https://developer.apple.com/documentation/coregraphics/quartz-event-services).
159159
static int eventtap_new(lua_State* L) {
160160
LuaSkin *skin = [LuaSkin sharedWithState:L];
161161

0 commit comments

Comments
 (0)