[Overview][Constants][Types][Procedures and functions][Index] |
Source position: lmessages.pp line 634
type TLMMouseEvent = record |
||
Msg: Cardinal; |
|
|
WheelDelta: SmallInt; |
|
|
Button: Word; |
|
|
X: SmallInt; |
|
|
Y: SmallInt; |
|
|
Result: LRESULT; |
|
|
UserData: pointer; |
|
|
State: TShiftState; |
|
|
end; |
Similar to TCMMouseWheel from Delphi. Be very careful when changing because some ported components depend on the similarity.
Version 4.0 | Generated 2025-05-03 | Home |