|
Xonotic
|
#include "inputcontainer.qh"
Include dependency graph for inputcontainer.qc:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| bool | InputContainer__changeFocusXY (entity this, vector pos) |
| void | InputContainer_focusLeave (entity me) |
| float | InputContainer_keyDown (entity me, float scan, float ascii, float shift) |
| float | InputContainer_mouseDrag (entity me, vector pos) |
| float | InputContainer_mouseMove (entity me, vector pos) |
| float | InputContainer_mouseRelease (entity me, vector pos) |
| void | InputContainer_resizeNotify (entity me, vector relOrigin, vector relSize, vector absOrigin, vector absSize) |
Definition at line 86 of file inputcontainer.qc.
References entity(), globalToBox(), NULL, and prev.
Here is the call graph for this function:Definition at line 14 of file inputcontainer.qc.
Definition at line 20 of file inputcontainer.qc.
References entity(), K_ESCAPE, K_TAB, NULL, S_SHIFT, and SUPER.
Here is the call graph for this function:Definition at line 110 of file inputcontainer.qc.
References METHOD, NULL, SUPER, and vector().
Here is the call graph for this function:Definition at line 127 of file inputcontainer.qc.
References SUPER.
| void InputContainer_resizeNotify | ( | entity | me, |
| vector | relOrigin, | ||
| vector | relSize, | ||
| vector | absOrigin, | ||
| vector | absSize | ||
| ) |