wx
Class KeyEvent
java.lang.Object
wx.Object
wx.Event
wx.KeyEvent
- public class KeyEvent
- extends Event
Methods inherited from class wx.Event |
copy, getEventObject, getEventType, getId, getSkipped, getTimestamp, isCommandEvent, resumePropagation, setEventObject, setEventType, setId, setTimestamp, setTimestamp, shouldPropagate, skip, skip, stopPropagation |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyEvent
public KeyEvent(int keyType)
KeyEvent
public KeyEvent()
KeyEvent
public KeyEvent(KeyEvent evt)
delete
public void delete()
- Overrides:
delete
in class Event
controlDown
public boolean controlDown()
metaDown
public boolean metaDown()
altDown
public boolean altDown()
shiftDown
public boolean shiftDown()
cmdDown
public boolean cmdDown()
hasModifiers
public boolean hasModifiers()
getKeyCode
public int getKeyCode()
getRawKeyCode
public int getRawKeyCode()
getRawKeyFlags
public int getRawKeyFlags()
getPosition
public Point getPosition()
getX
public int getX()
getY
public int getY()
© 2006 Amit G Mendapara.