Home
last modified time | relevance | path

Searched refs:NK_BUTTON_TRIGGER_ON_RELEASE (Results 1 - 4 of 4) sorted by relevance

/third_party/glfw/tests/
H A Dgamma.c43 #define NK_BUTTON_TRIGGER_ON_RELEASE macro
H A Djoysticks.c43 #define NK_BUTTON_TRIGGER_ON_RELEASE macro
H A Dwindow.c40 #define NK_BUTTON_TRIGGER_ON_RELEASE macro
/third_party/glfw/deps/
H A Dnuklear.h106 /// NK_BUTTON_TRIGGER_ON_RELEASE | Different platforms require button clicks occurring either on buttons being pressed (up to down) or released (down to up). By default this library will react on buttons being pressed, but if you define this it will only trigger if a button is released.
16929 #ifdef NK_BUTTON_TRIGGER_ON_RELEASE in nk_nonblock_begin()
19759 #ifdef NK_BUTTON_TRIGGER_ON_RELEASE in nk_button_behavior()
25477 /// when NK_BUTTON_TRIGGER_ON_RELEASE is defined.

Completed in 45 milliseconds