vivalib library
Concurrent C++11 OpenCV library for Computer Vision applications
Public Member Functions | List of all members
viva::KeyboardListener Class Reference

#include <listener.h>

Inheritance diagram for viva::KeyboardListener:
Inheritance graph
[legend]

Public Member Functions

virtual void keyboardInput (int key)
 

Detailed Description

KeyboardListener interface

Member Function Documentation

virtual void viva::KeyboardListener::keyboardInput ( int  key)
inlinevirtual

It will be called only when the user stroke a keyboard key

Parameters
keythe value of the pressed key

Reimplemented in viva::BatchProcessFrame, and viva::ProcessFrame.


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