Share

OGLCONSOLE

Tracker: Bugs

5 Key events not responding - ID: 1642119
Last Update: Tracker Item Submitted ( acidhorse )

BEGIN "OGLCONSOLE.C"
LINE 733-ish
---------------------------------------------------------
/* TODO: SDL_KEYPRESS? ENABLE KEY REPEAT USING THE HIDE/SHOW FUNCTION? */
if (e->type == SDL_KEYDOWN)
{
/* Reject most modifier keys TODO: Add some accelerator keys? */
/* Obviously this is where the code is screwed up */

//if (e->key.keysym.mod & ~(KMOD_CAPITALIZE))
// return 0;

/* Now we work just fine */

/* Check for hide key */
if (e->key.keysym.sym == '`')
{
---------------------------------------------------------
END


AcidHorse ( acidhorse ) - 2007-01-23 03:02

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.