back to gui 

wxKeyEvent

generated from ../src/mod_gui/event/key.cpp

This event class contains information about keypress (character) events. Look at onChar for an example. See onChar, onCharHook, onKeyDown, onKeyUp

Constants

Properties

Name Type Description
altDown read only Boolean True when the ALT key was pressed at the time of the event.
controlDown read only Boolean True when the CTRL key was pressed at the time of the event.
hasModifiers read only Boolean True when META, CTRL or ALT key was down at the time of the event.
keyCode read only Integer The code of the key. See wxKeyCode
metaDown read only Boolean True when the META key was down at the time of the event.
shiftDown read only Boolean True when the SHIFT key was down at the time of the event.
x read only Integer The x position of the event
y read only Integer The y position of the event


SourceForge.net Logo Support This Project

Table of Contents

Prototype

wxEvent

Properties

altDown
controlDown
hasModifiers
keyCode
metaDown
shiftDown
x
y


Design downloaded from Zeroweb.org: Free website templates, layouts, and tools.