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-File4.21.13 MOUSE TOS typedef struct { int8_t topmode; /* 0: Y=0 am unteren Rand, */ /* 1: Y=1 am oberen Rand */ int8_t buttons; /* analog IKBD */ int8_t x_scale; /* zusätzliche Parameter, vom */ int8_t y_scale; /* gewählten Modus abhängig. */ int16_t x_max; /* maximale X-Position */ int16_t y_max; /* maximale Y-Position */ int16_t x_start; /* Anfangsposition X */ int16_t y_start; /* Anfangsposition Y */ } MOUSE; Hinweis: Die Komponenten x_max und folgende sind nur im absoluten Modus verfügbar. Querverweis: GEM Initmouse VDI