Topic : TOS - das Betriebssystem Author : Version : tos.hyp (5. März 2013) Subject : Programmieren/Atari Nodes : 3001 Index Size : 93602 HCP-Version : 5 Compiled on : Atari @charset : atarist @lang : @default : Titel @help : @options : +g -i -s +x +zz -t4 @width : 70 View Ref-File7.7.9 vex_wheelv TOS Name: »Exchange wheel interrupt vector« - stellt den Interruptvektor für die Mausradbewegung um. VDI-Nummer: 134 Deklaration: void vex_wheelv ( int16_t handle, void *new, void **old ); Beschreibung: The call vex_wheelv installs a routine which is called by the VDI every time a mouse wheel event occurs. d0.w contain the wheel_number, d1.w contain the wheel_amount of the wheel from the mouse. The subroutine must save and restore modified registers and call the old interrupt routine. Parameter Bedeutung handle Kennung der Workstation new Adresse der neuen Routine old Adresse der alten Routine Ergebnis: Die Funktion liefert kein Ergebnis. Verfügbar: Seit dem MilanTOS 4.08 Release 5.10.2002, not yet documented, internals may still change. Gruppe: Eingabefunktionen Querverweis: Binding vex_butv vex_motv vex_curv vex_timv