mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
Replaced non-ASCII symbols with equivalents
This commit is contained in:
parent
20af2a4dfa
commit
01d5d1b463
@ -263,7 +263,7 @@ else()
|
|||||||
POST_BUILD
|
POST_BUILD
|
||||||
COMMAND cp -r ${PROJECT_SOURCE_DIR}/include/SFML/* $<TARGET_FILE_DIR:SFML>/Headers)
|
COMMAND cp -r ${PROJECT_SOURCE_DIR}/include/SFML/* $<TARGET_FILE_DIR:SFML>/Headers)
|
||||||
|
|
||||||
# adapt install directory to allow distributing dylibs/frameworks in user’s frameworks/application bundle
|
# adapt install directory to allow distributing dylibs/frameworks in user's frameworks/application bundle
|
||||||
# NOTE: it's not required to link agains SFML.framework
|
# NOTE: it's not required to link agains SFML.framework
|
||||||
set_target_properties(SFML PROPERTIES
|
set_target_properties(SFML PROPERTIES
|
||||||
BUILD_WITH_INSTALL_RPATH 1
|
BUILD_WITH_INSTALL_RPATH 1
|
||||||
|
@ -81,7 +81,7 @@ macro(sfml_add_library target)
|
|||||||
MACOSX_FRAMEWORK_BUNDLE_VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
|
MACOSX_FRAMEWORK_BUNDLE_VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# adapt install directory to allow distributing dylibs/frameworks in user’s frameworks/application bundle
|
# adapt install directory to allow distributing dylibs/frameworks in user's frameworks/application bundle
|
||||||
set_target_properties(${target} PROPERTIES
|
set_target_properties(${target} PROPERTIES
|
||||||
BUILD_WITH_INSTALL_RPATH 1
|
BUILD_WITH_INSTALL_RPATH 1
|
||||||
INSTALL_NAME_DIR "@rpath")
|
INSTALL_NAME_DIR "@rpath")
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<div id="footer-container">
|
<div id="footer-container">
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
SFML is licensed under the terms and conditions of the <a href="http://www.sfml-dev.org/license.php">zlib/png license</a>.<br>
|
SFML is licensed under the terms and conditions of the <a href="http://www.sfml-dev.org/license.php">zlib/png license</a>.<br>
|
||||||
Copyright © Laurent Gomila ::
|
Copyright © Laurent Gomila ::
|
||||||
Documentation generated by <a href="http://www.doxygen.org/" title="doxygen website">doxygen</a> ::
|
Documentation generated by <a href="http://www.doxygen.org/" title="doxygen website">doxygen</a> ::
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -49,11 +49,11 @@ public:
|
|||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
enum Type
|
enum Type
|
||||||
{
|
{
|
||||||
Accelerometer, ///< Measures the raw acceleration (m/s²)
|
Accelerometer, ///< Measures the raw acceleration (m/s^2)
|
||||||
Gyroscope, ///< Measures the raw rotation rates (degrees/s)
|
Gyroscope, ///< Measures the raw rotation rates (degrees/s)
|
||||||
Magnetometer, ///< Measures the ambient magnetic field (micro-teslas)
|
Magnetometer, ///< Measures the ambient magnetic field (micro-teslas)
|
||||||
Gravity, ///< Measures the direction and intensity of gravity, independent of device acceleration (m/s²)
|
Gravity, ///< Measures the direction and intensity of gravity, independent of device acceleration (m/s^2)
|
||||||
UserAcceleration, ///< Measures the direction and intensity of device acceleration, independent of the gravity (m/s²)
|
UserAcceleration, ///< Measures the direction and intensity of device acceleration, independent of the gravity (m/s^2)
|
||||||
Orientation, ///< Measures the absolute 3D orientation (degrees)
|
Orientation, ///< Measures the absolute 3D orientation (degrees)
|
||||||
|
|
||||||
Count ///< Keep last -- the total number of sensor types
|
Count ///< Keep last -- the total number of sensor types
|
||||||
|
@ -777,7 +777,7 @@ Keyboard::Key HIDInputManager::nonLocalizedKeys(UniChar virtualKeycode)
|
|||||||
case 0x33: return sf::Keyboard::BackSpace;
|
case 0x33: return sf::Keyboard::BackSpace;
|
||||||
case 0x30: return sf::Keyboard::Tab;
|
case 0x30: return sf::Keyboard::Tab;
|
||||||
|
|
||||||
// Duplicates (see next §).
|
// Duplicates (see next section).
|
||||||
case 0x74: return sf::Keyboard::PageUp;
|
case 0x74: return sf::Keyboard::PageUp;
|
||||||
case 0x79: return sf::Keyboard::PageDown;
|
case 0x79: return sf::Keyboard::PageDown;
|
||||||
case 0x77: return sf::Keyboard::End;
|
case 0x77: return sf::Keyboard::End;
|
||||||
@ -798,7 +798,7 @@ Keyboard::Key HIDInputManager::nonLocalizedKeys(UniChar virtualKeycode)
|
|||||||
case 0x43: return sf::Keyboard::Multiply;
|
case 0x43: return sf::Keyboard::Multiply;
|
||||||
case 0x4b: return sf::Keyboard::Divide;
|
case 0x4b: return sf::Keyboard::Divide;
|
||||||
|
|
||||||
// Duplicates (see next §).
|
// Duplicates (see next section).
|
||||||
case 0x7b: return sf::Keyboard::Left;
|
case 0x7b: return sf::Keyboard::Left;
|
||||||
case 0x7c: return sf::Keyboard::Right;
|
case 0x7c: return sf::Keyboard::Right;
|
||||||
case 0x7e: return sf::Keyboard::Up;
|
case 0x7e: return sf::Keyboard::Up;
|
||||||
@ -820,7 +820,7 @@ Keyboard::Key HIDInputManager::nonLocalizedKeys(UniChar virtualKeycode)
|
|||||||
case 0x5b: return sf::Keyboard::Numpad8;
|
case 0x5b: return sf::Keyboard::Numpad8;
|
||||||
case 0x5c: return sf::Keyboard::Numpad9;
|
case 0x5c: return sf::Keyboard::Numpad9;
|
||||||
|
|
||||||
// Duplicates (see next §).
|
// Duplicates (see next section).
|
||||||
case 0x7a: return sf::Keyboard::F1;
|
case 0x7a: return sf::Keyboard::F1;
|
||||||
case 0x78: return sf::Keyboard::F2;
|
case 0x78: return sf::Keyboard::F2;
|
||||||
case 0x63: return sf::Keyboard::F3;
|
case 0x63: return sf::Keyboard::F3;
|
||||||
|
@ -92,11 +92,11 @@
|
|||||||
// Services >
|
// Services >
|
||||||
// / default empty menu /
|
// / default empty menu /
|
||||||
// --------------------
|
// --------------------
|
||||||
// Hide AppName ⌘H
|
// Hide AppName Command+H
|
||||||
// Hide Others ⌥⌘H
|
// Hide Others Option+Command+H
|
||||||
// Show All
|
// Show All
|
||||||
// --------------------
|
// --------------------
|
||||||
// Quit AppName ⌘Q
|
// Quit AppName Command+Q
|
||||||
|
|
||||||
NSString* appName = [SFApplication applicationName];
|
NSString* appName = [SFApplication applicationName];
|
||||||
|
|
||||||
@ -112,7 +112,7 @@
|
|||||||
[appleMenu addItem:[NSMenuItem separatorItem]];
|
[appleMenu addItem:[NSMenuItem separatorItem]];
|
||||||
|
|
||||||
// PREFERENCES
|
// PREFERENCES
|
||||||
[appleMenu addItemWithTitle:@"Preferences…"
|
[appleMenu addItemWithTitle:@"Preferences..."
|
||||||
action:nil
|
action:nil
|
||||||
keyEquivalent:@""];
|
keyEquivalent:@""];
|
||||||
|
|
||||||
@ -164,7 +164,7 @@
|
|||||||
// The File menu is as follow:
|
// The File menu is as follow:
|
||||||
//
|
//
|
||||||
// File >
|
// File >
|
||||||
// Close ⌘W
|
// Close Command+W
|
||||||
|
|
||||||
// FILE MENU
|
// FILE MENU
|
||||||
NSMenu* fileMenu = [[NSMenu alloc] initWithTitle:@"File"];
|
NSMenu* fileMenu = [[NSMenu alloc] initWithTitle:@"File"];
|
||||||
@ -186,7 +186,7 @@
|
|||||||
// The Window menu is as follow:
|
// The Window menu is as follow:
|
||||||
//
|
//
|
||||||
// Window >
|
// Window >
|
||||||
// Minimize ⌘M
|
// Minimize Command+M
|
||||||
// Zoom
|
// Zoom
|
||||||
// --------------------
|
// --------------------
|
||||||
// Bring All to Front
|
// Bring All to Front
|
||||||
|
@ -70,7 +70,7 @@
|
|||||||
///
|
///
|
||||||
/// Override NSWindow implementation, see implementation for details
|
/// Override NSWindow implementation, see implementation for details
|
||||||
///
|
///
|
||||||
/// \param sender The message’s sender
|
/// \param sender The message's sender
|
||||||
///
|
///
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
-(void)performClose:(id)sender;
|
-(void)performClose:(id)sender;
|
||||||
|
@ -64,14 +64,14 @@
|
|||||||
{
|
{
|
||||||
// From Apple documentation:
|
// From Apple documentation:
|
||||||
//
|
//
|
||||||
// > If the window’s delegate or the window itself implements windowShouldClose:,
|
// > If the window's delegate or the window itself implements windowShouldClose:,
|
||||||
// > that message is sent with the window as the argument. (Only one such message is sent;
|
// > that message is sent with the window as the argument. (Only one such message is sent;
|
||||||
// > if both the delegate and the NSWindow object implement the method, only the delegate
|
// > if both the delegate and the NSWindow object implement the method, only the delegate
|
||||||
// > receives the message.) If the windowShouldClose: method returns NO, the window isn’t
|
// > receives the message.) If the windowShouldClose: method returns NO, the window isn't
|
||||||
// > closed. If it returns YES, or if it isn’t implemented, performClose: invokes the
|
// > closed. If it returns YES, or if it isn't implemented, performClose: invokes the
|
||||||
// > close method to close the window.
|
// > close method to close the window.
|
||||||
// >
|
// >
|
||||||
// > If the window doesn’t have a close button or can’t be closed (for example, if the
|
// > If the window doesn't have a close button or can't be closed (for example, if the
|
||||||
// > delegate replies NO to a windowShouldClose: message), the system emits the alert sound.
|
// > delegate replies NO to a windowShouldClose: message), the system emits the alert sound.
|
||||||
//
|
//
|
||||||
// The last paragraph is problematic for SFML fullscreen window since they don't have
|
// The last paragraph is problematic for SFML fullscreen window since they don't have
|
||||||
|
@ -90,7 +90,7 @@ public:
|
|||||||
~WindowImplCocoa();
|
~WindowImplCocoa();
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// \brief Window Closed Event – called by the cocoa window object
|
/// \brief Window Closed Event - called by the cocoa window object
|
||||||
///
|
///
|
||||||
/// Send the event to SFML WindowImpl class.
|
/// Send the event to SFML WindowImpl class.
|
||||||
///
|
///
|
||||||
@ -98,7 +98,7 @@ public:
|
|||||||
void windowClosed(void);
|
void windowClosed(void);
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// \brief Window Resized Event – called by the cocoa window object
|
/// \brief Window Resized Event - called by the cocoa window object
|
||||||
///
|
///
|
||||||
/// Send the event to SFML WindowImpl class.
|
/// Send the event to SFML WindowImpl class.
|
||||||
///
|
///
|
||||||
@ -109,7 +109,7 @@ public:
|
|||||||
void windowResized(unsigned int width, unsigned int height);
|
void windowResized(unsigned int width, unsigned int height);
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// \brief Window Lost Focus Event – called by the cocoa window object
|
/// \brief Window Lost Focus Event - called by the cocoa window object
|
||||||
///
|
///
|
||||||
/// Send the event to SFML WindowImpl class.
|
/// Send the event to SFML WindowImpl class.
|
||||||
///
|
///
|
||||||
@ -117,7 +117,7 @@ public:
|
|||||||
void windowLostFocus(void);
|
void windowLostFocus(void);
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// \brief Window Get Focus Event – called by the cocoa window object
|
/// \brief Window Get Focus Event - called by the cocoa window object
|
||||||
///
|
///
|
||||||
/// Send the event to SFML WindowImpl class.
|
/// Send the event to SFML WindowImpl class.
|
||||||
///
|
///
|
||||||
@ -125,7 +125,7 @@ public:
|
|||||||
void windowGainedFocus(void);
|
void windowGainedFocus(void);
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// \brief Mouse Down Event – called by the cocoa view object
|
/// \brief Mouse Down Event - called by the cocoa view object
|
||||||
///
|
///
|
||||||
/// Send the event to SFML WindowImpl class.
|
/// Send the event to SFML WindowImpl class.
|
||||||
///
|
///
|
||||||
@ -137,7 +137,7 @@ public:
|
|||||||
void mouseDownAt(Mouse::Button button, int x, int y);
|
void mouseDownAt(Mouse::Button button, int x, int y);
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// \brief Mouse Up Event – called by the cocoa view object
|
/// \brief Mouse Up Event - called by the cocoa view object
|
||||||
///
|
///
|
||||||
/// Send the event to SFML WindowImpl class.
|
/// Send the event to SFML WindowImpl class.
|
||||||
///
|
///
|
||||||
@ -149,7 +149,7 @@ public:
|
|||||||
void mouseUpAt(Mouse::Button button, int x, int y);
|
void mouseUpAt(Mouse::Button button, int x, int y);
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// \brief Mouse Moved Event – called by the cocoa view object
|
/// \brief Mouse Moved Event - called by the cocoa view object
|
||||||
///
|
///
|
||||||
/// Send the event to SFML WindowImpl class.
|
/// Send the event to SFML WindowImpl class.
|
||||||
///
|
///
|
||||||
@ -160,7 +160,7 @@ public:
|
|||||||
void mouseMovedAt(int x, int y);
|
void mouseMovedAt(int x, int y);
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// \brief Mouse Wheel Scrolled Event – called by the cocoa view object
|
/// \brief Mouse Wheel Scrolled Event - called by the cocoa view object
|
||||||
///
|
///
|
||||||
/// Send the event to SFML WindowImpl class.
|
/// Send the event to SFML WindowImpl class.
|
||||||
///
|
///
|
||||||
@ -172,7 +172,7 @@ public:
|
|||||||
void mouseWheelScrolledAt(float delta, int x, int y);
|
void mouseWheelScrolledAt(float delta, int x, int y);
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// \brief Mouse In Event – called by the cocoa view object
|
/// \brief Mouse In Event - called by the cocoa view object
|
||||||
///
|
///
|
||||||
/// Send the event to SFML WindowImpl class.
|
/// Send the event to SFML WindowImpl class.
|
||||||
///
|
///
|
||||||
@ -180,7 +180,7 @@ public:
|
|||||||
void mouseMovedIn(void);
|
void mouseMovedIn(void);
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// \brief Mouse Out Event – called by the cocoa view object
|
/// \brief Mouse Out Event - called by the cocoa view object
|
||||||
///
|
///
|
||||||
/// Send the event to SFML WindowImpl class.
|
/// Send the event to SFML WindowImpl class.
|
||||||
///
|
///
|
||||||
@ -188,7 +188,7 @@ public:
|
|||||||
void mouseMovedOut(void);
|
void mouseMovedOut(void);
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// \brief Key Down Event – called by the cocoa view object
|
/// \brief Key Down Event - called by the cocoa view object
|
||||||
///
|
///
|
||||||
/// Send the event to SFML WindowImpl class.
|
/// Send the event to SFML WindowImpl class.
|
||||||
///
|
///
|
||||||
@ -198,7 +198,7 @@ public:
|
|||||||
void keyDown(Event::KeyEvent key);
|
void keyDown(Event::KeyEvent key);
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// \brief Key Up Event – called by the cocoa view object
|
/// \brief Key Up Event - called by the cocoa view object
|
||||||
///
|
///
|
||||||
/// Send the event to SFML WindowImpl class.
|
/// Send the event to SFML WindowImpl class.
|
||||||
///
|
///
|
||||||
@ -208,7 +208,7 @@ public:
|
|||||||
void keyUp(Event::KeyEvent key);
|
void keyUp(Event::KeyEvent key);
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// \brief Text Entred Event – called by the cocoa view object
|
/// \brief Text Entred Event - called by the cocoa view object
|
||||||
///
|
///
|
||||||
/// Send the event to SFML WindowImpl class.
|
/// Send the event to SFML WindowImpl class.
|
||||||
///
|
///
|
||||||
|
@ -138,7 +138,7 @@ Vector3f SensorImpl::update()
|
|||||||
switch (m_sensor)
|
switch (m_sensor)
|
||||||
{
|
{
|
||||||
case Sensor::Accelerometer:
|
case Sensor::Accelerometer:
|
||||||
// Acceleration is given in G, convert to m/s²
|
// Acceleration is given in G, convert to m/s^2
|
||||||
value.x = manager.accelerometerData.acceleration.x * 9.81f;
|
value.x = manager.accelerometerData.acceleration.x * 9.81f;
|
||||||
value.y = manager.accelerometerData.acceleration.y * 9.81f;
|
value.y = manager.accelerometerData.acceleration.y * 9.81f;
|
||||||
value.z = manager.accelerometerData.acceleration.z * 9.81f;
|
value.z = manager.accelerometerData.acceleration.z * 9.81f;
|
||||||
@ -159,7 +159,7 @@ Vector3f SensorImpl::update()
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case Sensor::UserAcceleration:
|
case Sensor::UserAcceleration:
|
||||||
// User acceleration is given in G, convert to m/s²
|
// User acceleration is given in G, convert to m/s^2
|
||||||
value.x = manager.deviceMotion.userAcceleration.x * 9.81f;
|
value.x = manager.deviceMotion.userAcceleration.x * 9.81f;
|
||||||
value.y = manager.deviceMotion.userAcceleration.y * 9.81f;
|
value.y = manager.deviceMotion.userAcceleration.y * 9.81f;
|
||||||
value.z = manager.deviceMotion.userAcceleration.z * 9.81f;
|
value.z = manager.deviceMotion.userAcceleration.z * 9.81f;
|
||||||
|
Loading…
Reference in New Issue
Block a user