source: branches/ByteArray/Devices/Mouse.pas

Last change on this file was 9, checked in by chronos, 2 months ago
  • Modified: Optimized DeviceMapper read/write handlers calls without case statement.
  • Modified: Use TInt as base data type which can be redefined to different higher integer type. For start it is Int64.
File size: 73 bytes
Line 
1unit Mouse;
2
3interface
4
5uses
6 Classes, SysUtils;
7
8implementation
9
10end.
11
Note: See TracBrowser for help on using the repository browser.