Book Image

Mastering CryENGINE

By : Michelle Martin
Book Image

Mastering CryENGINE

By: Michelle Martin

Overview of this book

Table of Contents (17 chapters)
Mastering CryENGINE
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

The input event names reference


A list of the most common CryENGINE input event names (as used inside ActionMaps, FlowGraph nodes, and input event listeners in code) is given in this section.

Keyboard

The following table shows the input event names for the keyboard:

Key

Input event name

Esc

"escape"

-

"minus"

- (numpad)

"no_subtract"

=

"equals"

Backspace

"backspace"

Tab

"tab"

(

"lbracket"

)

"rbracket"

Enter

"enter"

Enter (numpad)

"np_enter"

Ctrl (left)

"lctrl"

Ctrl (right)

"rctrl"

;

"semicolon"

:

"colon"

'

"apostrophe"

~

"tilde"

Shift (left)

"lshift"

Shift (right)

"rshift"

\

"backslash"

,

"comma"

.

"period"

. (numpad)

"np_period"

/

"slash"

/ (numpad)

"np_divide"

* (numpad)

"np_multiply"

_

"underline"

Alt (left)

"lalt"

Alt (right)

"ralt"

Space bar

"space"

Caps Lock

"capslock"

Function keys F1 - F12

"f1" to "f12"

Num Lock...