Tizen Native API
|
Functions | |
void | elm_coords_finger_size_adjust (int times_w, Evas_Coord *w, int times_h, Evas_Coord *h) |
Adjusts the size of an element for finger usage. |
Elementary is designed to be finger-friendly for touchscreens, and so in addition to scaling for display resolution, it can also scale based on finger "resolution" (or size). You can then customize the granularity of the areas meant to receive clicks on touchscreens.
Evas_Coord elm_config_finger_size_get | ( | void | ) |
Gets the configured "finger size".
This gets the globally configured finger size, in pixels.
void elm_config_finger_size_set | ( | Evas_Coord | size | ) |
Sets the configured finger size.
This sets the globally configured finger size in pixels.
[in] | size | The finger size |
void elm_coords_finger_size_adjust | ( | int | times_w, |
Evas_Coord * | w, | ||
int | times_h, | ||
Evas_Coord * | h | ||
) |
Adjusts the size of an element for finger usage.
[in] | times_w | The number of fingers that fit horizontally |
[out] | w | A pointer to the width size to adjust |
[in] | times_h | The number of fingers that fit vertically |
[out] | h | A pointer to the height size to adjust |