Zen 0.3.0
Loading...
Searching...
No Matches
Zen::Input Class Reference

Static Public Member Functions

static void bind (const InputSystem *inputSystem)
static void unbind ()
static bool isKeyHeld (ScanCode scancode)
static bool isKeyPressed (ScanCode scancode)
static bool isKeyReleased (ScanCode scancode)

Detailed Description

Definition at line 8 of file ZEN_Input.h.

Member Function Documentation

◆ bind()

void Zen::Input::bind ( const InputSystem * inputSystem)
static

Definition at line 8 of file ZEN_Input.cpp.

◆ isKeyHeld()

bool Zen::Input::isKeyHeld ( ScanCode scancode)
static

Definition at line 12 of file ZEN_Input.cpp.

◆ isKeyPressed()

bool Zen::Input::isKeyPressed ( ScanCode scancode)
static

Definition at line 16 of file ZEN_Input.cpp.

◆ isKeyReleased()

bool Zen::Input::isKeyReleased ( ScanCode scancode)
static

Definition at line 20 of file ZEN_Input.cpp.

◆ unbind()

void Zen::Input::unbind ( )
static

Definition at line 10 of file ZEN_Input.cpp.


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