Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.0.0 / packages / libndsfpc / src / nds / touch.inc
Size: Mime:
{$ifdef NDS_INTERFACE}

type
  touchPosition = packed record
    rawx: cuint16;
    rawy: cuint16;
    px: cuint16;
    py: cuint16;
    z1: cuint16;
    z2: cuint16; 
  end;
  PtouchPosition = ^touchPosition; 
  TtouchPosition = touchPosition;
   
{$endif NDS_INTERFACE}