Xonotic
input.qc File Reference
#include "input.qh"
+ Include dependency graph for input.qc:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void sys_in_update (entity this, float dt)
 

Function Documentation

◆ sys_in_update()

void sys_in_update ( entity  this,
float  dt 
)

Definition at line 3 of file input.qc.

References com_in_crouch, com_in_jump, PHYS_INPUT_BUTTON_CROUCH, and PHYS_INPUT_BUTTON_JUMP.

Referenced by sys_phys_update().

4 {
7 }
#define PHYS_INPUT_BUTTON_JUMP(s)
Definition: player.qh:147
#define PHYS_INPUT_BUTTON_CROUCH(s)
Definition: player.qh:150
bool com_in_jump
Definition: input.qh:6
bool com_in_crouch
Definition: input.qh:7
+ Here is the caller graph for this function: