Euphoria
eu::window::SdlTimer Struct Reference

#include <timer.h>

Public Member Functions

 SdlTimer ()
 
float update ()
 

Public Attributes

Uint64 current_time
 
Uint64 last_time
 

Detailed Description

Definition at line 8 of file timer.h.

Constructor & Destructor Documentation

◆ SdlTimer()

eu::window::SdlTimer::SdlTimer ( )

Definition at line 9 of file timer.cc.

Member Function Documentation

◆ update()

float eu::window::SdlTimer::update ( )

Definition at line 16 of file timer.cc.

Member Data Documentation

◆ current_time

Uint64 eu::window::SdlTimer::current_time

Definition at line 15 of file timer.h.

◆ last_time

Uint64 eu::window::SdlTimer::last_time

Definition at line 16 of file timer.h.


The documentation for this struct was generated from the following files: