Change documentation references from OS X to macOS (#1927)
Since OS X 10.12 it has been named macOS so it makes sense to reference it in documentation as such, even when it sometimes refers to older versions which were called (Mac) OS X.
This commit is contained in:
@@ -1574,7 +1574,7 @@ public:
|
||||
Under GTK, the raw key code is the @c keyval field of the corresponding
|
||||
GDK event.
|
||||
|
||||
Under OS X, the raw key code is the @c keyCode field of the
|
||||
Under macOS, the raw key code is the @c keyCode field of the
|
||||
corresponding NSEvent.
|
||||
|
||||
@note Currently the raw key codes are not supported by all ports, use
|
||||
@@ -1594,7 +1594,7 @@ public:
|
||||
Under GTK, the raw flags contain the @c hardware_keycode field of the
|
||||
corresponding GDK event.
|
||||
|
||||
Under OS X, the raw flags contain the modifiers state.
|
||||
Under macOS, the raw flags contain the modifiers state.
|
||||
|
||||
@note Currently the raw key flags are not supported by all ports, use
|
||||
@ifdef_ wxHAS_RAW_KEY_CODES to determine if this feature is available.
|
||||
@@ -2784,7 +2784,7 @@ public:
|
||||
(or zoom in), a negative value means we should shrink (or zoom out).
|
||||
|
||||
This method is only valid to call for @c wxEVT_MAGNIFY events which are
|
||||
currently only generated under OS X.
|
||||
currently only generated under macOS.
|
||||
|
||||
@see Magnify()
|
||||
|
||||
@@ -2877,7 +2877,7 @@ public:
|
||||
/**
|
||||
Returns @true if the event is a magnify (i.e.\ pinch to zoom) event.
|
||||
|
||||
Such events are currently generated only under OS X.
|
||||
Such events are currently generated only under macOS.
|
||||
|
||||
@see GetMagnification()
|
||||
|
||||
|
Reference in New Issue
Block a user