summaryrefslogtreecommitdiff
path: root/src/SFML/Window/OSX/SFKeyboardModifiersHelper.h
diff options
context:
space:
mode:
authorJames Cowgill <jcowgill@debian.org>2023-11-28 19:13:53 +0000
committerJames Cowgill <jcowgill@debian.org>2023-11-28 19:13:53 +0000
commit75083e9fd5d6157541c58ff950f3aa0bb23b2acd (patch)
treec7784f418629df513b311c3936b456c9d251d72b /src/SFML/Window/OSX/SFKeyboardModifiersHelper.h
parent08bb1c372efcc9e2054e64b80959f025c8f43744 (diff)
New upstream version 2.6.1+dfsg
Diffstat (limited to 'src/SFML/Window/OSX/SFKeyboardModifiersHelper.h')
-rw-r--r--src/SFML/Window/OSX/SFKeyboardModifiersHelper.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/SFML/Window/OSX/SFKeyboardModifiersHelper.h b/src/SFML/Window/OSX/SFKeyboardModifiersHelper.h
index ee2ef66..bf6cb43 100644
--- a/src/SFML/Window/OSX/SFKeyboardModifiersHelper.h
+++ b/src/SFML/Window/OSX/SFKeyboardModifiersHelper.h
@@ -1,7 +1,7 @@
////////////////////////////////////////////////////////////
//
// SFML - Simple and Fast Multimedia Library
-// Copyright (C) 2007-2018 Marco Antognini (antognini.marco@gmail.com),
+// Copyright (C) 2007-2023 Marco Antognini (antognini.marco@gmail.com),
// Laurent Gomila (laurent@sfml-dev.org)
//
// This software is provided 'as-is', without any express or implied warranty.
@@ -56,7 +56,8 @@ void initialiseKeyboardHelper(void);
/// \brief Set up a SFML key event based on the given modifiers flags and key code
///
////////////////////////////////////////////////////////////
-sf::Event::KeyEvent keyEventWithModifiers(NSUInteger modifiers, sf::Keyboard::Key key);
+sf::Event::KeyEvent keyEventWithModifiers(NSUInteger modifiers, sf::Keyboard::Key key,
+ sf::Keyboard::Scancode code);
////////////////////////////////////////////////////////////