Searched refs:MapRawKey (Results 1 – 2 of 2) sorted by relevance
/haiku/src/system/boot/platform/amiga_m68k/ |
H A D | console.cpp | 472 actual = MapRawKey(&event, (char *)buffer, bufferSize, NULL); in ReadAt() 514 actual = MapRawKey(&event, &ascii, 1, NULL); in WaitForKey() 569 actual = MapRawKey(&event, (char *)buffer, bufferSize, NULL); in ReadAt() 613 actual = MapRawKey(&event, &ascii, 1, NULL); in WaitForKey()
|
H A D | rom_calls.h | 1547 #define MapRawKey(par1, par2, par3, last) \ macro 1548 …LP4(0x2a, int16, MapRawKey, struct InputEvent *, par1, a0, char *, par2, a1, long, par3, d1, struc…
|