diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2011-07-16 18:34:01 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2011-07-16 18:34:01 +0200 |
commit | 2122524e4d56618197e4f0ddd69db49f3552bbfb (patch) | |
tree | 06c61f89543b205d53b66082cfda872b56cad04e /src | |
parent | dec436a332ba7a86ab45063ae78f9006fd7e2aa5 (diff) | |
download | fpGUI-2122524e4d56618197e4f0ddd69db49f3552bbfb.tar.xz |
added timestamp varibale to Mouse Parameter record structure.
This is a placeholder for future use.
Diffstat (limited to 'src')
-rw-r--r-- | src/corelib/fpg_base.pas | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/fpg_base.pas b/src/corelib/fpg_base.pas index ae745a71..b6032caf 100644 --- a/src/corelib/fpg_base.pas +++ b/src/corelib/fpg_base.pas @@ -160,6 +160,7 @@ type Buttons: word; shiftstate: TShiftState; delta: Integer; + timestamp: TDateTime; // for future use end; |