Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion extensions/eventtap/libeventtap.m
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ static int eventtap_keyStrokes(lua_State* L) {
/// * An event tap object
///
/// Notes:
/// * 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).
/// * 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).
static int eventtap_new(lua_State* L) {
LuaSkin *skin = [LuaSkin sharedWithState:L];

Expand Down
Loading