I have written code for an application. It has some motion events.
The motion event has got Down, Move and Up states.
The event is bounded to a specific key until Up/Cancel happens.
But I want to cancel the motion event when Move happens, but not the entire application. How can I cancel the motion event?
Please give me some idea. Any helpful links/sample code is appreciated.
Whatever Event you want to disable just don,t put any code in that case. and at the end return the true value.