Method

AgsGuiPianokey_clicked

since: 3.0.0

Declaration [src]

void
ags_piano_key_clicked (
  AgsPiano* piano,
  gchar* note,
  gint key_code
)

Description [src]

Emits ::key-clicked event.

Available since: 3.0.0

Parameters

note

Type: gchar*

The string representation of key.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
key_code

Type: gint

The key code.