Changes between Initial Version and Version 1 of Ticket #51052, comment 3


Ignore:
Timestamp:
Apr 5, 2016, 6:29:03 AM (8 years ago)
Author:
dbevans (David B. Evans)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51052, comment 3

    initial v1  
    1 To answer my own question, I downloaded a copy of Xcode 4.6.3 and I find that, in spite of the current documentation, the definition in NSEvent.h does, in fact, leave out NSEventPhaseMayBegin
     1To answer my own question, I downloaded a copy of Xcode 4.6.3 and I find that, in spite of the current documentation, the definition in NSEvent.h (included in the MacOSX10.7.sdk folder) does, in fact, leave out NSEventPhaseMayBegin
    22{{{
    33#if MAC_OS_X_VERSION_10_7 <= MAC_OS_X_VERSION_MAX_ALLOWED
     
    1313}}}
    1414
    15 so that's the problem.
     15so that's the problem.  The definition from the MacOSX10.8.sdk folder (also included in this version of Xcode) does include it.