if(context.ReadValue<float>()>1)
// swipe right
else
//swipe left
My Action Type is a Value and Control Type is Touch.
In the Binding i used Delta/X [TouchScreen]
The behavior i noticed whether i swipe left or right it always returns positive and hence enters only the if part.
Can someone show me an example of how to do this using new inputsystem