onKeyDown
Default mainpageApplicationApplicationonKeyDown
Description Source Call Graph
Application::onKeyDown ( Public Method )
Author: Don Olmstead
Key pressed callback of the application
 
Syntax / parameters
virtual void onKeyDown(unsigned char key, int x, int y)

Name Type Default Description
key unsigned char
  The key pressed
x int
  The x coordinate of the mouse relative to the window The y coordinate of the mouse relative to the window
y int
   
 
Return value virtual void
   
Description
Key pressed callback of the application
Reimplemented by
Name Brief description
BrickApplication::onKeyDown Key released callback of the application
 
Source
The documentation for this Member was generated from the following files:
  • Application.cpp
  • Application.hpp