I'm wondering which input event is used for trackball inputs, on the driver side (for ex. the ones for multitouch are ABS_MT_POSITION_X and ABS_MT_POSITION_Y), as I can't seem to find any documentation on this low-level subsystem.
Any help would be greatly appreciated (example driver source code more so)!