Any plans to add callback to get unaccelerated cursor delta?

When using GLFW_CURSOR_DISABLED and raw motion enabled, we can get the unaccelerated delta x and y motion of the cursor indirectly, by substracting current position of the cursor from previous. But I wonder if there any plans for callback to get it directly, like the relative motion callback on Wayland for example?