lead to zoom


(nikita) #1

here is another question

when u press the key “B” ingame you get the bincoulers zoom

my question is where is this B key defined in the code?

i have searched it in the code but didnt find , probebly wasnt looking for the right term.
any idea where the B key state can be found in the source code?


(nUllSkillZ) #2

I’ve found the following:
ui/ui_shared.c ~line 4121:


static bind_t g_bindings[] = {
	//...
	{ "+zoom",		'b',		-1,	'b',			-1,	-1,	-1 },
	// ...
};


(nikita) #3

ya thank you null :smiley: