Tizen Native API  6.5
Dali::Toolkit::Control::KeyboardFocus Struct Reference

Describes the direction to move the keyboard focus towards. More...

Public Types

enum  Direction
 Keyboard focus direction. More...

Detailed Description

Describes the direction to move the keyboard focus towards.

Since:
2.4, DALi version 1.0.0

Member Enumeration Documentation

Keyboard focus direction.

Since:
2.4, DALi version 1.0.0
Enumerator:
LEFT 

Move keyboard focus towards the left direction.

Since:
2.4, DALi version 1.0.0
RIGHT 

Move keyboard focus towards the right direction.

Since:
2.4, DALi version 1.0.0
UP 

Move keyboard focus towards the up direction.

Since:
2.4, DALi version 1.0.0
DOWN 

Move keyboard focus towards the down direction.

Since:
2.4, DALi version 1.0.0
PAGE_UP 

Move keyboard focus towards the previous page direction.

Since:
4.0, DALi version 1.2.14
PAGE_DOWN 

Move keyboard focus towards the next page direction.

Since:
4.0, DALi version 1.2.14