#Modula-2
26-Jul-86 15:07:01
Sb: #27943-#Modula-2
Fm: Kevin-Neil Klop 76167,1124
To: dennis w. jones 73647,2757
This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.
IDCMP I/O to/from a window IS byte based, that is you get a message from
Intuition every time the user hits a key (assuming you set the RAWKEY or
VANILLAKEY flag when opening the window). Graphics and Text are managed via
the EXEC calls. OOOOPS Graphics is via Exec, text is via IntuiText. I'll
write a quick program showing the use of IDCMP in Modula-2. BTW I use TDI
modula, is trhat acceptable?