Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
137 user(s) are online (83 user(s) are browsing Forums)

Members: 0
Guests: 137

more...

Headlines

Forum Index


Board index » All Posts (r_amiga)




Re: low level keyboard interrupt function not called
Just popping in
Just popping in


https://www.amigans.net/modules/xforum/viewtopic.php?post_id=67208

this thread is interesting seems to be saying that the lowlevel routines are not doing what the autodocs say.

i wonder if lowlevel is kind of broken. i also see that getkey works, but querykeys does not.

Go to top


low level keyboard interrupt function not called
Just popping in
Just popping in


I look at the SDK AddKBInt in low level.

created a function:

uint32 KeyboardIntFunc(APTR is_datauint32 rawkeycode)
{
  
// code goes here
  
return 0;
}


added it using AddKBint(KeyboardIntFunc,NULL).

programs also opens a window and waits for signals.

when i press the keyboard my routine is not being run.

anyone know why?

Go to top



TopTop




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project