FreeBASIC  0.91.0
gfx_stick.c File Reference
#include "fb_gfx.h"
Include dependency graph for gfx_stick.c:

Go to the source code of this file.

Functions

FBCALL int fb_GfxStickQB (int n)
 
FBCALL int fb_GfxStrigQB (int n)
 

Variables

static int stick_posn [4] = { 0, 0, 0, 0 }
 
static int stick_btns [2] = { 0, 0 }
 

Function Documentation

FBCALL int fb_GfxStickQB ( int  n)

Definition at line 11 of file gfx_stick.c.

Here is the call graph for this function:

FBCALL int fb_GfxStrigQB ( int  n)

Definition at line 53 of file gfx_stick.c.

Here is the call graph for this function:

Variable Documentation

int stick_btns[2] = { 0, 0 }
static

Definition at line 8 of file gfx_stick.c.

int stick_posn[4] = { 0, 0, 0, 0 }
static

Definition at line 7 of file gfx_stick.c.