Sampling the mouse more frequently than the framerate

Using axis mappings the mouse delta is captured over one full frame. If the game is running at ~60 fps and the mouse sample rate is somewhere between 120 and 1000 Hz, then only a fraction of the mouse input data is captured. Is there a way to capture all of the mouse input at the maximum possible resolution?