type Timer_Type is limited private;
type Frame_Timer is limited private;
procedure Pause
( | t | : in out Timer_Type ); |
procedure Restart
( | t | : in out Timer_Type ); |
procedure Start
( | t | : in out Timer_Type ); |
procedure Rate
( | t | : in out Frame_Timer; |
fps | : out Natural ); |
procedure Set_Update_Delay
( | t | : in out Frame_Timer; |
ts | : Time_Span ); |
procedure Tick
( | t | : in out Frame_Timer ); |