KBDDragDropCallback

Definition

#include "kbd.h";
typedef void (*KBDDragDropCallback)( void* param, u16 charcode, int x, int y );

Arguments

param Parameters passed to the callback function.
charcode UTF-16 character code of the character that was dragged & dropped.
x The x-coordinate of the stylus at drop.
y The y-coordinate of the stylus at drop.

Return Values

None.

Description

Defines the format for the drag & drop callback function.

See Also

KBD_SetDragDropCallback

CONFIDENTIAL