This group provides functions that deal with the freezing of input event processing of an Evas canvas.
Function Documentation
Gets the default set of flags an event begins with.
- Since (EFL) :
- 1.2
- Since :
- 2.3
- Parameters:
-
[in] | e | The canvas to get the default event flags from |
- Returns:
- The default event flags for that canvas
- See also:
- evas_event_default_flags_set()
Sets the default set of flags an event begins with.
- Since (EFL) :
- 1.2
- Since :
- 2.3
- Parameters:
-
[in] | e | The canvas to set the default event flags of |
[in] | flags | The default flags to use |
Freezes all input events processing.
- Since :
- 2.3
- Parameters:
-
[in] | e | The canvas to freeze input events processing on |
Gets the freeze count on input events of a given canvas.
- Since :
- 2.3
- Parameters:
-
[in] | e | The canvas to fetch the freeze count from |
- Returns:
- The freeze count
Thaws a canvas out after freezing (for input events).
- Since :
- 2.3
- Parameters:
-
[in] | e | The canvas to thaw out |
- See also:
- evas_event_freeze() for an example.
Re-evaluates the state of objects and call callbacks after thaw of a canvas.
- Since :
- 2.3
- Parameters:
-
[in] | e | The canvas to evaluate after a thaw |