- wxKeyEvent
Constructor.
 
	- DoAllowNextEvent
Allow normal key events generation.
 
	- GetKeyCode
Returns the key code of the key that generated this event.
 
	- GetPosition
Obtains the position (in client coordinates) at which the key was pressed.
 
	- GetRawKeyCode
Returns the raw key code for this event.
 
	- GetRawKeyFlags
Returns the low level key flags for this event.
 
	- GetX
Returns the X position (in client coordinates) of the event.
 
	- GetY
Returns the Y position (in client coordinates) of the event.
 
	- IsKeyInCategory
Returns true if the key is in the given key category.
 
	- IsNextEventAllowed
Returns true if DoAllowNextEvent() had been called, false by default.