Answers for "c# get key held down"

C#
4

how to see if they are aholding down a key unity

input.GetKey("Key")
Posted by: Guest on March-09-2020
1

how to check if key is held in unity

/*the other guys is right it is just*/
input.GetKey("Key") /*eg - Keycode.W/A/S/D*/
Posted by: Guest on October-20-2020

C# Answers by Framework

Browse Popular Code Answers by Language