Function

Clutterkeyval_to_lower

Declaration [src]

unsigned int
clutter_keyval_to_lower (
  unsigned int keyval
)

Description [src]

Converts a key value to lower case, if applicable.

Parameters

keyval

Type: unsigned int

A key value.

Return value

Type: unsigned int

The lower case form of keyval, or keyval itself if it is already in lower case or it is not subject to case conversion.