Annotation of quake2/linux/in_linux.c, revision 1.1

1.1     ! root        1: // in_null.c -- for systems without a mouse
        !             2: 
        !             3: #include "../client/client.h"
        !             4: 
        !             5: cvar_t *in_mouse;
        !             6: cvar_t *in_joystick;
        !             7: 
        !             8: void IN_Init (void)
        !             9: {
        !            10:     in_mouse = Cvar_Get ("in_mouse", "1", CVAR_ARCHIVE);
        !            11:     in_joystick = Cvar_Get ("in_joystick", "0", CVAR_ARCHIVE);
        !            12: }
        !            13: 
        !            14: void IN_Shutdown (void)
        !            15: {
        !            16: }
        !            17: 
        !            18: void IN_Commands (void)
        !            19: {
        !            20: }
        !            21: 
        !            22: void IN_Move (usercmd_t *cmd)
        !            23: {
        !            24: }
        !            25: 
        !            26: void IN_Activate (qboolean active)
        !            27: {
        !            28: }
        !            29: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.