NPAPI:CocoaEventModel: Difference between revisions

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;


24

edits