Home | All Classes | Grouped Classes | Index | Search
Input buffer interface. More...
Derived from:
none
Derived by:
none
Group: Display (Input)
#include <ClanLib/display.h>
Construction:
Constructs an input buffer. |
Attributes:
Returns number of keys still available in the buffer. | |
Returns the next key in the buffer, but unlike pop_key() it does not pop it from the input buffer. |
Operations:
Copy assignment operator. | |
Adds a device that input buffer should connect to get keys. | |
Adds all devices from a inputcontext that input buffer should connect to get keys. | |
Pops the next key in the buffer and returns it. | |
Clears the buffer. |
Detailed description:
!group=Display/Input! !header=display.h!Use this class to read buffered keys from the keyboard or any other device.