#How are inputs processed in a frame?

1 messages · Page 1 of 1 (latest)

nimble spade
#

1.At the start of the frame?
2.At the start of the frame and after heartbeat
3.just when u press a key the input functions are immediately ran?

Im just confused since I stumbled across this devforum post saying the input is going to be processed at the start and at the end of the frame? https://devforum.roblox.com/t/update-to-input-processing/2232983

nimble spade
#

by the looks of it seems like its just detected at the start of the frame (Ik theres a second Processinput after it but I think thats just for inputs like using two fingers to zoom in that whihc requires the raw input from the previous ProcessInput.)