mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 17:49:07 +02:00
* more occured
git-svn-id: trunk@35129 -
This commit is contained in:
parent
7089677a22
commit
7effa642b8
@ -1248,7 +1248,7 @@ const fpmkunitsrc : array[0..1137,1..240] of char=(
|
||||
'her thread'#010+
|
||||
' // has finished it'#039's task. Compilation stops when all packages'+
|
||||
' are compiled'#010+
|
||||
' // or when an error occures.'#010+
|
||||
' // or when an error occurres.'#010+
|
||||
' //'#010+
|
||||
' // When ThreadsAmount is not specif','ied (-1), all packages are co'+
|
||||
'mpiled on by one.'#010+
|
||||
|
@ -402,7 +402,7 @@ type
|
||||
btns_held : cushort; (**< what buttons are and were held down *)
|
||||
btns_released : cushort; (**< what buttons were just released *)
|
||||
lstate : wiimote_state_t; (**< last saved state *)
|
||||
event : WIIUSE_EVENT_TYPE; (**< type of event that occured *)
|
||||
event : WIIUSE_EVENT_TYPE; (**< type of event that occurred *)
|
||||
event_buf : array [0..MAX_PAYLOAD-1] of ubyte; (**< event buffer *)
|
||||
motion_plus_id : array [0..5] of ubyte;
|
||||
end;
|
||||
|
@ -1165,7 +1165,7 @@ function IrTestReq(refNum: UInt16; devAddr: IrDeviceAddr; var con: IrConnect; va
|
||||
* rxBuff and rxLen.
|
||||
*
|
||||
* LEVENT_STATUS_IND - Indicates that a status event from the stack has
|
||||
* occured. The status field indicates the status generating the event.
|
||||
* occurred. The status field indicates the status generating the event.
|
||||
* Possible statuses are as follows. Note this event is optional:
|
||||
* IR_STATUS_NO_PROGRESS - means that IrLAP has no progress for 3 seconds
|
||||
* threshold time (e.g. beam is blocked).
|
||||
|
@ -38,7 +38,7 @@ begin
|
||||
3: fl_show_message('You typed: Three','','');
|
||||
else
|
||||
begin
|
||||
fl_show_message('An error occured!','','');
|
||||
fl_show_message('An error occurred!','','');
|
||||
end
|
||||
end;
|
||||
str1:='<Cancel>'#0;
|
||||
|
Loading…
Reference in New Issue
Block a user