SYMBOL INDEX (92 symbols across 23 files) FILE: 3DS/include/settings.h type settings (line 5) | struct settings { type settings (line 10) | struct settings type settings (line 11) | struct settings FILE: 3DS/include/wireless.h type NET_COMMANDS (line 19) | enum NET_COMMANDS { type packet (line 26) | struct packet { type sockaddr_in (line 78) | struct sockaddr_in type packet (line 79) | struct packet FILE: 3DS/source/drawing.c function clearScreen (line 108) | inline void clearScreen(void) { function drawPixelRGBFramebuffer (line 113) | void drawPixelRGBFramebuffer(u8 *fb, int x, int y, u8 r, u8 g, u8 b) { function drawBoxFramebuffer (line 122) | inline void drawBoxFramebuffer(u8 *fb, int x, int y, int width, int heig... function drawStringFramebuffer (line 131) | void drawStringFramebuffer(u8 *fb, int sx, int sy, char *text, ...) { function disableBacklight (line 162) | void disableBacklight() { function enableBacklight (line 172) | void enableBacklight() { FILE: 3DS/source/inet_pton.c function inet_pton4 (line 5) | int inet_pton4(const char *src, unsigned char *dst) { FILE: 3DS/source/input.c function inputIP (line 11) | int inputIP(void) { FILE: 3DS/source/keyboard.c function preRenderKeyboard (line 16) | void preRenderKeyboard(void) { function drawKeyboard (line 46) | inline void drawKeyboard(void) { FILE: 3DS/source/main.c function hang (line 16) | void hang(char *message) { function main (line 33) | int main(void) { FILE: 3DS/source/settings.c type settings (line 10) | struct settings type settings (line 12) | struct settings function getSetting (line 19) | static bool getSetting(char *name, char *src, char *dest) { function readSettings (line 38) | bool readSettings(void) { FILE: 3DS/source/wireless.c type sockaddr_in (line 8) | struct sockaddr_in type packet (line 9) | struct packet type sockaddr_in (line 11) | struct sockaddr_in function openSocket (line 13) | bool openSocket(int port) { function sendBuf (line 27) | void sendBuf(int length) { function receiveBuffer (line 31) | int receiveBuffer(int length) { function sendConnectionRequest (line 35) | void sendConnectionRequest(void) { function sendKeys (line 41) | void sendKeys(unsigned int keys, circlePosition circlePad, touchPosition... FILE: Linux/3DSController.py function pprint (line 53) | def pprint(obj): class x (line 57) | class x: pass function currentKeyboardKey (line 96) | def currentKeyboardKey(x, y): function key_to_keysym (line 109) | def key_to_keysym(key): function action_key (line 120) | def action_key(key, action): function press_key (line 142) | def press_key(key): function release_key (line 145) | def release_key(key): function move_mouse (line 148) | def move_mouse(x,y): function move_mouse_abs_frac (line 156) | def move_mouse_abs_frac(x,y): FILE: Linux/3DSController_gamepad.py function pprint (line 61) | def pprint(obj): class x (line 65) | class x: pass function press_key (line 104) | def press_key(key): function release_key (line 107) | def release_key(key): FILE: PC/include/keys.h type KEYPAD_BITS (line 42) | typedef enum { type keyMapping (line 74) | struct keyMapping { type circlePad (line 82) | struct circlePad { type cStick (line 87) | struct cStick { type touch (line 92) | struct touch { type circlePad (line 100) | struct circlePad type cStick (line 101) | struct cStick type touch (line 102) | struct touch type touch (line 103) | struct touch FILE: PC/include/public.h type HID_DEVICE_ATTRIBUTES (line 111) | typedef struct _HID_DEVICE_ATTRIBUTES { type ERRLEVEL (line 130) | enum ERRLEVEL {INFO, WARN, ERR, FATAL, APP} type level (line 133) | typedef BOOL (WINAPI *StatusMessageFunc)(void * output, TCHAR * buffer, ... type JOYSTICK_POSITION (line 147) | typedef struct _JOYSTICK_POSITION type JOYSTICK_POSITION_V2 (line 177) | typedef struct _JOYSTICK_POSITION_V2 FILE: PC/include/settings.h type analogue (line 7) | enum analogue { type settings (line 13) | struct settings { type settings (line 23) | struct settings type settings (line 24) | struct settings FILE: PC/include/vjoyinterface.h type VjdStat (line 16) | enum VjdStat /* Declares an enumeration data type called BOOLEAN */ type DEV_INFO (line 42) | struct DEV_INFO { FILE: PC/include/wireless.h type NET_COMMANDS (line 16) | enum NET_COMMANDS { type packet (line 23) | struct packet { type sockaddr_in (line 69) | struct sockaddr_in type packet (line 73) | struct packet FILE: PC/source/general.c function error (line 5) | void error(const char *functionName) { FILE: PC/source/joystick.c function BOOL (line 12) | BOOL updateJoystick(void) { FILE: PC/source/keyboard.c function currentKeyboardKey (line 10) | inline char currentKeyboardKey(void) { FILE: PC/source/keys.c type circlePad (line 10) | struct circlePad type cStick (line 11) | struct cStick type touch (line 12) | struct touch type touch (line 13) | struct touch function mapVirtualKey (line 15) | inline unsigned int mapVirtualKey(unsigned int key) { function simulateKeyNewpress (line 19) | void simulateKeyNewpress(unsigned int key) { function simulateKeyRelease (line 59) | void simulateKeyRelease(unsigned int key) { FILE: PC/source/main.c function WinMain (line 16) | int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR lpCmd, in... FILE: PC/source/settings.c type settings (line 10) | struct settings type settings (line 12) | struct settings function getSetting (line 36) | static bool getSetting(char *name, char *src, char *dest) { function getButton (line 55) | static struct keyMapping getButton(char *string) { function readSettings (line 97) | bool readSettings(void) { FILE: PC/source/wireless.c type sockaddr_in (line 12) | struct sockaddr_in type sockaddr_in (line 14) | struct sockaddr_in type packet (line 16) | struct packet function initNetwork (line 19) | void initNetwork(void) { function printIPs (line 29) | void printIPs(void) { function startListening (line 47) | void startListening(void) { function sendBuffer (line 72) | void sendBuffer(int length) { function receiveBuffer (line 78) | int receiveBuffer(int length) {