tec::MouseMoveEvent

More...

#include <events.hpp>

Public Attributes

Name
double norm_x
double norm_y
int old_x
Resolution independent new x, y (0-1) from upper-left to lower-right.
int old_y
int new_x
Client space old x, y.
int new_y

Detailed Description

struct tec::MouseMoveEvent;

Mouse change of position event

Public Attributes Documentation

variable norm_x

double norm_x {0.0};

variable norm_y

double norm_y {0.0};

variable old_x

int old_x {0};

Resolution independent new x, y (0-1) from upper-left to lower-right.

variable old_y

int old_y {0};

variable new_x

int new_x {0};

Client space old x, y.

variable new_y

int new_y {0};

Updated on 2022-07-24 at 19:27:35 +0000