We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d9111 commit bf87550Copy full SHA for bf87550
units/sdlhaptic.inc
@@ -419,8 +419,8 @@ const
419
*}
420
type
421
TSDL_HapticDirection = record
422
- _type: cuint8; {**< The type of encoding. *}
423
- dir: array[0..2] of cint32; {**< The encoded direction. *}
+ type_: cuint8; {**< The type of encoding. *}
+ dir: array[0..2] of cint32; {**< The encoded direction. *}
424
end;
425
426
{**
0 commit comments