[Overview][Constants][Types][Procedures and functions][Index] |
Source position: lmessages.pp line 681
type TLMMouseEvent = record |
||
Msg: Cardinal; |
|
|
WheelDelta: SmallInt; |
|
|
Button: Word; |
|
|
X: SmallInt; |
|
|
Y: SmallInt; |
|
|
Result: LRESULT; |
||
UserData: pointer; |
|
|
State: TShiftState; |
|
|
end; |
lazarus-ccr.sourceforge.net |