H A D | nuklear.h | 4289 int select_end; member 5402 int select_end; member 6014 NK_LIB void nk_do_property(nk_flags *ws, struct nk_command_buffer *out, struct nk_rect property, const char *name, struct nk_property_variant *variant, float inc_per_pixel, char *buffer, int *len, int *state, int *cursor, int *select_begin, int *select_end, const struct nk_style_property *style, enum nk_property_filter filter, struct nk_input *in, const struct nk_user_font *font, struct nk_text_edit *text_edit, enum nk_button_behavior behavior); 21720 #define NK_TEXT_HAS_SELECTION(s) ((s)->select_start != (s)->select_end) 21820 state->select_end = state->cursor; in nk_textedit_click() 21830 if (state->select_start == state->select_end) in nk_textedit_drag() 21832 state->cursor = state->select_end = p; in nk_textedit_drag() 21898 if (state->select_end > n) state->select_end = n; in nk_textedit_clamp() 21900 if (state->select_start == state->select_end) in nk_textedit_clamp() 23628 nk_do_property(nk_flags *ws, struct nk_command_buffer *out, struct nk_rect property, const char *name, struct nk_property_variant *variant, float inc_per_pixel, char *buffer, int *len, int *state, int *cursor, int *select_begin, int *select_end, const struct nk_style_property *style, enum nk_property_filter filter, struct nk_input *in, const struct nk_user_font *font, struct nk_text_edit *text_edit, enum nk_button_behavior behavior) nk_do_property() argument 23855 int *select_end = 0; nk_property() local [all...] |