24
edits
Line 86: | Line 86: | ||
NPBool hasFocus; | NPBool hasFocus; | ||
} focus; | } focus; | ||
struct { | |||
NPNSString *text; | |||
} text; | |||
} data; | } data; | ||
} NPCocoaEvent; | } NPCocoaEvent; | ||
Line 105: | Line 108: | ||
NPCocoaEventWindowFocusChanged, | NPCocoaEventWindowFocusChanged, | ||
NPCocoaEventScrollWheel, | NPCocoaEventScrollWheel, | ||
NPCocoaEventTextInput | |||
} NPCocoaEventType; | } NPCocoaEventType; | ||
edits