Set a boolean to true OnKeyDown and set it to false OnKeyUP. And in the Tick method implement your move logic. That way your widget starts moving whenever you are pressing the key
Set a boolean to true OnKeyDown and set it to false OnKeyUP. And in the Tick method implement your move logic. That way your widget starts moving whenever you are pressing the key