equal
deleted
inserted
replaced
174 Uint8 state; /**< The current button state */ |
174 Uint8 state; /**< The current button state */ |
175 int x; /**< X coordinate, relative to window */ |
175 int x; /**< X coordinate, relative to window */ |
176 int y; /**< Y coordinate, relative to window */ |
176 int y; /**< Y coordinate, relative to window */ |
177 int z; /**< Z coordinate, for future use*/ |
177 int z; /**< Z coordinate, for future use*/ |
178 int pressure; /**< Pressure reported by tablets */ |
178 int pressure; /**< Pressure reported by tablets */ |
|
179 int pressure_max; /**< Maximum value of the pressure reported by the device*/ |
|
180 int pressure_min; /**< Minimum value of the pressure reported by the device*/ |
179 int rotation; /**<For future use */ |
181 int rotation; /**<For future use */ |
180 int tilt; /**<For future use */ |
182 int tilt; /**<For future use */ |
181 int xrel; /**< The relative motion in the X direction */ |
183 int xrel; /**< The relative motion in the X direction */ |
182 int yrel; /**< The relative motion in the Y direction */ |
184 int yrel; /**< The relative motion in the Y direction */ |
183 SDL_WindowID windowID; /**< The window with mouse focus, if any */ |
185 SDL_WindowID windowID; /**< The window with mouse focus, if any */ |