Zdarzenie (informatyka): Różnice pomiędzy wersjami

[wersja nieprzejrzana][wersja nieprzejrzana]
Usunięta treść Dodana treść
+X Windows, Mac OS
m →‎Zdarzenia w systemie Mac OS: skoro wszędzie w artykule używamy C, to tu też
Linia 75:
Definicja zdarzenia w systemie [[Mac OS]]:
<pre>
TYPEstruct EventRecord ={
EventKind what;
RECORD {
UInt32 what: Integer message;
UInt32 message: LongInt when;
Point when: LongInt where;
EventModifiers where: Pointmodifiers;
};
modifiers: Integer;
END;
</pre>
 
Linia 102 ⟶ 101:
* '''where''' - pozycja myszy
* '''modifiers''' - dodatkowe flagi
 
Zobacz też: [http://devworld.apple.com/documentation/QuickTime/APIREF/eventrecord.htm dokumentacja struktury EventRecord z Apple]
 
===Zdarzenia w systemie X Windows===