ninput: Fix the name of MANIPULATION_VELOCITY's velocityExpansion field.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
3126d366b6
commit
8d486f5ba5
|
@ -113,7 +113,7 @@ typedef struct MANIPULATION_VELOCITY
|
|||
{
|
||||
float velocityX;
|
||||
float velocityY;
|
||||
float velocityExapnsion;
|
||||
float velocityExpansion;
|
||||
float velocityAngular;
|
||||
} MANIPULATION_VELOCITY;
|
||||
|
||||
|
|
Loading…
Reference in New Issue