ok, i have had a look into the darkGDK keyboard input funtions, and i have seen the next functions:
dbUpKey : int dbUpKey ( void )
dbDownKey : int dbDownKey ( void )
dbLeftKey : int dbLeftKey ( void )
dbRightKey : int dbRightKey ( void )
dbControlKey : int dbControlKey ( void )
dbShiftKey : int dbShiftKey ( void )
dbReturnKey : int dbReturnKey ( void )
dbEscapeKey : int dbEscapeKey ( void )
dbSpaceKey : int dbSpaceKey ( void )
dbScanCode : int dbScanCode ( void )
dbKeyState : int dbKeyState ( int iScanCode )
dbEntry$ : char* dbEntry$ ( void )
dbGetClipboard$ : char* dbGetClipboard$ ( void )
dbGetRegistry : int dbGetRegistry ( char* szFolder, char* szKey )
dbGetRegistry$ : char* dbGetRegistry$ ( char* szFolder, char* szKey )
my question is : does exist a function like dbLeftKey() but for example with P key
and if the anwer is not, which is the scancode of every single key
thanks for your time
sorry my english