~foura/uxn900

b719cabd088988e6f1ab71813aecc3ec1d2dc371 — james palmer 8 months ago 4154f6a front
dev/mouse: use 32 bit integer for storing pressure.

this actually fixes the bug, previous commit only worked with my debug prints.
ask the compiler, again...
1 files changed, 1 insertions(+), 1 deletions(-)

M inc/dev/mouse.h
M inc/dev/mouse.h => inc/dev/mouse.h +1 -1
@@ 4,7 4,7 @@ struct dev_mouse {

	Uint16 x;
	Uint16 y;
	Uint8  pressure;
	Uint32 pressure;

	Uint8 state;
	Uint8 hwstate;