[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: mseguiglob.pas line 89
type moeventinfoty = record |
case Integer of |
0: ( |
mouse: mouseeventinfoty; |
); |
1: ( |
wheel: mousewheeleventinfoty; |
); |
end; |