KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
input.c File Reference
#include <kos.h>
#include "vector.h"
#include "input.h"

Macros

#define SHIFT_X   0.01f
 
#define SHIFT_Z   0.01f
 
#define SHIFT_Y   0.2f
 
#define ROT_XZ   ROTATION/5.0f
 

Functions

void InputCallback (vector3f campos, vector3f camdst)
 

Macro Definition Documentation

◆ ROT_XZ

#define ROT_XZ   ROTATION/5.0f

Referenced by InputCallback().

◆ SHIFT_X

#define SHIFT_X   0.01f

Referenced by InputCallback().

◆ SHIFT_Y

#define SHIFT_Y   0.2f

Referenced by InputCallback().

◆ SHIFT_Z

#define SHIFT_Z   0.01f

Referenced by InputCallback().

Function Documentation

◆ InputCallback()