Home
last modified time | relevance | path

Searched refs:buttons_map (Results 1 – 5 of 5) sorted by relevance

/dports/games/freedink-engine/freedink-108.4/src/
H A Dinput.c40 static enum buttons_actions buttons_map[NB_BUTTONS]; variable
208 return buttons_map[button_index]; in input_get_button_action()
222 buttons_map[button_index] = action_index; in input_set_button_action()
/dports/games/pioneer/pioneer-20210723/data/pigui/modules/
H A Dfx-window.lua54 local function buttons_map(current_view) function
130 buttons_map(current_view)
/dports/audio/exaile/exaile-4.1.1/xlgui/widgets/
H A Ddialogs.py1119 buttons_map = { variable in MessageBar
1194 for text, response in self.buttons_map[buttons]:
/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_app.c344 guts. mouse_buttons = XGetPointerMapping( DISP, guts. buttons_map, 256); in init_x11()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h645 unsigned char buttons_map[256]; member