A dataset containing the x and y coordinates of a 20 minute session of one of the authors on a 3.840 x 2.160 Pixel screen.

mouse_df

Format

A data frame with 14,251 rows and 8 variables:

button

Left or right button on the mouse

date

Date and time of event

dx

Scrollevent, Movement on the x axis

dy

Scrollevent, Movement on the y axis

pressed

TRUE, where the button was pressed and False where the button was released

type

Type of mouse event

x

Coordinate on x-axis of the screen

y

Coordinate on y-axis of the screen