summaryrefslogtreecommitdiff
path: root/packages/ptc/src/core/keyeventd.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ptc/src/core/keyeventd.inc')
-rw-r--r--packages/ptc/src/core/keyeventd.inc11
1 files changed, 8 insertions, 3 deletions
diff --git a/packages/ptc/src/core/keyeventd.inc b/packages/ptc/src/core/keyeventd.inc
index f700a992d9..add306b39f 100644
--- a/packages/ptc/src/core/keyeventd.inc
+++ b/packages/ptc/src/core/keyeventd.inc
@@ -1,6 +1,6 @@
{
Free Pascal port of the OpenPTC C++ library.
- Copyright (C) 2001-2003, 2006, 2007, 2009-2011, 2015 Nikolay Nikolov (nickysn@users.sourceforge.net)
+ Copyright (C) 2001-2003, 2006, 2007, 2009-2011, 2015, 2017 Nikolay Nikolov (nickysn@users.sourceforge.net)
Original C++ version by Glenn Fiedler (ptc@gaffer.org)
This library is free software; you can redistribute it and/or
@@ -27,11 +27,16 @@
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
}
type
- TPTCModifierKey = (pmkAlt, pmkShift, pmkControl);
+ TPTCModifierKey = (pmkAlt, pmkShift, pmkControl, pmkLeftAlt, pmkRightAlt,
+ pmkLeftShift, pmkRightShift, pmkLeftControl, pmkRightControl,
+ pmkNumLockActive, pmkNumLockPressed,
+ pmkCapsLockActive, pmkCapsLockPressed,
+ pmkScrollLockActive, pmkScrollLockPressed,
+ pmkRightKey, pmkNumPadKey, pmkDeadKey);
TPTCModifierKeys = set of TPTCModifierKey;
IPTCKeyEvent = interface(IPTCEvent)
['{9BD1CD41-1DF6-4392-99DC-885EADB6D85A}']