Fix in FT5x06 touch driver
This commit is contained in:
parent
e69fff5100
commit
6f181c17e6
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ static bool_t MouseInit(GMouse* m, unsigned driverinstance) {
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool_t MouseXYZ(GMouse* m, GMouseReading* pdr)
|
static bool_t read_xyz(GMouse* m, GMouseReading* pdr)
|
||||||
{
|
{
|
||||||
// Assume not touched.
|
// Assume not touched.
|
||||||
pdr->buttons = 0;
|
pdr->buttons = 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue