GL Studio C++ Runtime API
KeyboardCallbackBase Class Referenceabstract

#include <input_handler.h>

Inheritance diagram for KeyboardCallbackBase:
KeyboardMethodCallback< T >

Public Member Functions

virtual void Call (KeyboardEvent *ev)=0
 
virtual bool IsValid () const =0
 

Detailed Description

Class used to call a callback method that takes a KeyboardEvent

Member Function Documentation

virtual void Call ( KeyboardEvent ev)
pure virtual

call the callback with the provided display event

Implemented in KeyboardMethodCallback< T >.

virtual bool IsValid ( ) const
pure virtual

returns true if the callback is valid to call

Implemented in KeyboardMethodCallback< T >.


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