| Tizen Native API
    7.0
    | 
Functions that deal with creating, destroying, or interacting with Wayland Input
| Functions | |
| Ecore_Wl2_Input * | ecore_wl2_input_default_input_get (const Ecore_Wl2_Display *ewd) | 
| Eina_Bool | ecore_wl2_input_pointer_xy_get (const Ecore_Wl2_Input *input, int *x, int *y) | 
Function Documentation
| Ecore_Wl2_Input* ecore_wl2_input_default_input_get | ( | const Ecore_Wl2_Display * | ewd | ) | 
Gets default input of a given display
- Parameters:
- 
  ewd The display 
- Since (EFL) :
- 1.24
- Since :
- 6.0
| Eina_Bool ecore_wl2_input_pointer_xy_get | ( | const Ecore_Wl2_Input * | input, | 
| int * | x, | ||
| int * | y | ||
| ) | 
Retrieves the mouse position of the seat
- Parameters:
- 
  input The seat x where to return the horizontal position. May be NULL. Returns 0 on error. y where to return the vertical position. May be NULL. Returns 0 on error. 
- Returns:
- EINA_TRUEif coords were successfully retrieved
- Since (EFL) :
- 1.20
- Since :
- 6.0