On 08/10/2015 04:20 PM, Peter Hutterer wrote:
How about speed_adjustment? "speed_range" sounds more like the same type of speed, but within a range, but IIUC this is more about adjusting the speed of the movement.changed to speed_adjustment, thanks. Cheers, PeterJonas}; struct motion_filter { - double speed; /* normalized [-1, 1] */ + double speed_ranged; /* normalized [-1, 1] */ struct motion_filter_interface *interface; };
How about "speed_normalized"? Considering that is what the comment says. _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
