KBD_GetDragging

C Specification

#include "kbd.h";
u16 KBD_GetDragging( void );

Arguments

None.

Return Values

Returns the character code (UTF-16) of the character being dragged.

Description

Returns the character code for a keyboard character that is being dragged.
Returns a 0 when nothing is being dragged.
Also returns a 0 for non-character buttons (like ENTER or KANA).

See Also

CONFIDENTIAL