get_event_position_in_guest


Description:

public bool get_event_position_in_guest (Event event, out double guest_x, out double guest_y)

Retrieve the (`guest_x`, `guest_y`) position where the `event` happened.

Could be useful for implementing touch support emulation.

Parameters:

this

a Display

event

A Event

guest_x

Guest's X position

guest_y

Guest's Y position

Returns:

Whether the event has an associated position