| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Source position: lazgdk3.pas line 3806
type TGdkEventScroll = record  | 
||
type_: TGdkEventType;  | 
  | 
|
window: PGdkWindow;  | 
  | 
|
send_event: gint8;  | 
  | 
|
time: guint32;  | 
  | 
|
x: gdouble;  | 
  | 
|
y: gdouble;  | 
  | 
|
state: TGdkModifierType;  | 
  | 
|
direction: TGdkScrollDirection;  | 
  | 
|
device: PGdkDevice;  | 
  | 
|
x_root: gdouble;  | 
  | 
|
y_root: gdouble;  | 
  | 
|
delta_x: gdouble;  | 
  | 
|
delta_y: gdouble;  | 
  | 
|
Bitfield0: TGdkEventScrollBitfield0;  | 
  | 
|
end;  |