Jopnal Engine  alpha 0.4
Simple Component Based 2D/3D Game Engine
Static Public Member Functions | List of all members
jop::Vibrator Class Reference

#include <Vibrator.hpp>

Static Public Member Functions

static void vibrate (const unsigned int time)
 Vibrate for a given period. More...
 
static void vibrate ()
 Vibrate indefinitely. More...
 
static void stop ()
 Stop vibrating. More...
 

Detailed Description

Definition at line 34 of file Vibrator.hpp.

Member Function Documentation

static void jop::Vibrator::stop ( )
static

Stop vibrating.

static void jop::Vibrator::vibrate ( const unsigned int  time)
static

Vibrate for a given period.

Parameters
timeTime to vibrate, in milliseconds
static void jop::Vibrator::vibrate ( )
static

Vibrate indefinitely.

See also
stop()

The documentation for this class was generated from the following file: