mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Fix typo in input_examples.rst
This commit is contained in:
@@ -203,7 +203,7 @@ the :kbd:`T`:
|
||||
{
|
||||
if (inputEvent is InputEventKey keyEvent && keyEvent.Pressed)
|
||||
{
|
||||
if ((Keylist)keyEvent.Keycode == KeyList.T)
|
||||
if ((KeyList)keyEvent.Keycode == KeyList.T)
|
||||
{
|
||||
GD.Print("T was pressed");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user