Struct Coords

Struct Documentation

struct BlackBox::Coords

Datový typ pro uchovávání touchpad souřadnic.

Public Functions

Coords(int x = 0, int y = 0, unsigned pressure = 0)
Coords &operator=(Coords other)
Coords operator+(Coords other) const
Coords &operator+=(Coords other)

Public Members

int x
int y
unsigned pressure