FreeBASIC  0.91.0
io_multikey.c File Reference
#include "../fb.h"
#include <windows.h>
Include dependency graph for io_multikey.c:

Go to the source code of this file.

Functions

static HWND find_window ()
 
int fb_hVirtualToScancode (int vkey)
 
int fb_ConsoleMultikey (int scancode)
 

Variables

const unsigned char __fb_keytable [][3]
 

Function Documentation

int fb_ConsoleMultikey ( int  scancode)

Definition at line 81 of file io_multikey.c.

Here is the call graph for this function:

int fb_hVirtualToScancode ( int  vkey)

Definition at line 71 of file io_multikey.c.

Here is the caller graph for this function:

static HWND find_window ( )
static

Definition at line 53 of file io_multikey.c.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

const unsigned char __fb_keytable[][3]

Definition at line 6 of file io_multikey.c.