pspsdk-1.0+beta2
pspdebugkb.h
Go to the documentation of this file.
1 /*
2  * PSP Software Development Kit - http://www.pspdev.org
3  * -----------------------------------------------------------------------
4  * Licensed under the BSD license, see LICENSE in PSPSDK root for details.
5  *
6  * pspdebugkb.h - Simple screen debug keyboard
7  *
8  * Copyright (c) 2006 Mike Mallett <mike@nerdcore.net>
9  *
10  * $Id: pspdebugkb.h 2110 2006-12-19 14:50:27Z tyranid $
11  */
12 
13 #ifndef __PSPDEBUGKB_H
14 #define __PSPDEBUGKB_H
15 
16 #ifdef __cplusplus
17 extern "C" {
18 #endif
19 
48 };
49 
55 void pspDebugKbShift(int *shiftState);
56 
64 void pspDebugKbDrawKey(int row, int col, int highlight);
65 
71 void pspDebugKbDrawString(char *str);
72 
77 void pspDebugKbClearBox();
78 
83 void pspDebugKbDrawBox();
84 
90 void pspDebugKbInit(char *str);
91 
92 #ifdef __cplusplus
93 }
94 #endif
95 
96 #endif