示例#1
0
static bool CanShowCursor(TextRenderer& txt_rndr)
{
    return txt_rndr.IsShowCursor() && txt_rndr.HasFocus();
}