#include "kbd.h";
typedef void (*KBDDragDropCallback)( void* param, u16 charcode, int x, int y );
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. |
None.
Defines the format for the drag & drop callback function.
CONFIDENTIAL