Unit 'gdk2' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#gtk2]

TGdkDisplayPointerHooks

Declaration

Source position: gdkdisplay.inc line 44

type TGdkDisplayPointerHooks = record

  get_pointer: procedure(

  display: PGdkDisplay;

  screen: PPGdkScreen;

  x: Pgint;

  y: Pgint;

  mask: PGdkModifierType

);

  window_get_pointer: function(

  display: PGdkDisplay;

  window: PGdkWindow;

  x: Pgint;

  y: Pgint;

  mask: PGdkModifierType

):PGdkWindow;

  window_at_pointer: function(

  display: PGdkDisplay;

  win_x: Pgint;

  win_y: Pgint

):PGdkWindow;

end;


Documentation generated on: 2023-03-18