Hello ,
I have experience in Android , just started in Tizen.
I know in Android for click/touch screen following command works.
adb shell input tap x y
Now in Tizen input command is not available.
I found fMBT project's tizen-agent , through which we can call:
sendHwFingerDown(x, y, button)
I want to know If there is any SDB or SDB Shell command for the same , to send events like send click , touch up , touch down , drag , volume up , volume down , back , menu , power etc to the Tizen Device.