mirror of
https://github.com/SFML/SFML.git
synced 2025-02-23 14:56:02 +08:00
Remove comments explaining why headers were included
This commit is contained in:
parent
c973a9b9ac
commit
a2ac0144ed
@ -27,9 +27,9 @@
|
|||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
// Headers
|
// Headers
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
#include <SFML/Window/Keyboard.hpp> // sf::Keyboard::Key
|
#include <SFML/Window/Keyboard.hpp>
|
||||||
|
|
||||||
#include <X11/X.h> // KeySym
|
#include <X11/X.h>
|
||||||
|
|
||||||
namespace sf::priv
|
namespace sf::priv
|
||||||
{
|
{
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
// Headers
|
// Headers
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
#include <X11/X.h> // KeySym
|
#include <X11/X.h>
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
#include <SFML/Window/Keyboard.hpp>
|
#include <SFML/Window/Keyboard.hpp>
|
||||||
|
|
||||||
#include <X11/Xlib.h> // XKeyEvent
|
#include <X11/Xlib.h>
|
||||||
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
// Headers
|
// Headers
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
#include <SFML/Window/macOS/HIDInputManager.hpp> // For localizedKeys and nonLocalizedKeys
|
#include <SFML/Window/macOS/HIDInputManager.hpp>
|
||||||
#import <SFML/Window/macOS/SFKeyboardModifiersHelper.h>
|
#import <SFML/Window/macOS/SFKeyboardModifiersHelper.h>
|
||||||
#import <SFML/Window/macOS/SFOpenGLView+keyboard_priv.h>
|
#import <SFML/Window/macOS/SFOpenGLView+keyboard_priv.h>
|
||||||
#include <SFML/Window/macOS/WindowImplCocoa.hpp>
|
#include <SFML/Window/macOS/WindowImplCocoa.hpp>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user