set_pointer_capture#

Grid.set_pointer_capture(pointer_id, event_root)#

Register this object to capture any other pointer events, until release_pointer_capture is called or an pointer_up event is encountered.

Parameters:
  • pointer_id – id of pointer to capture (mouse, touch, etc.)

  • event_root – the event root that this pointer is captured on