- actionEvent
void actionEvent(string source, int type, int value, wstring message)
Undocumented in source. Be warned that the author may not have intended to support it.
- actionEvent
void actionEvent(Event event)
Undocumented in source. Be warned that the author may not have intended to support it.
- actionEvent
void actionEvent(string source, string subSource, int type, int value, wstring message)
Undocumented in source. Be warned that the author may not have intended to support it.
- addElement
void addElement(WindowElement we, int eventProperties)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawUpdate
void drawUpdate(WindowElement sender)
Undocumented in source. Be warned that the author may not have intended to support it.
- dropFocus
void dropFocus(WindowElement sender)
Undocumented in source. Be warned that the author may not have intended to support it.
- getFocus
void getFocus(WindowElement sender)
Undocumented in source. Be warned that the author may not have intended to support it.
- getStyleSheet
StyleSheet getStyleSheet()
Undocumented in source. Be warned that the author may not have intended to support it.
- initGUI
void initGUI()
Undocumented in source. Be warned that the author may not have intended to support it.
- passMouseEvent
void passMouseEvent(int x, int y, int state)
Undocumented in source. Be warned that the author may not have intended to support it.
- passScrollEvent
void passScrollEvent(int wX, int wY, int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- screenX
int screenX;
- screenY
int screenY;
- rasterX
int rasterX;
- rasterY
int rasterY;
- moveX
int moveX;
- moveY
int moveY;
Undocumented in source.
- defaultStyle
StyleSheet defaultStyle;
Undocumented in source.
- addWindow
void addWindow(Window w)
Undocumented in source. Be warned that the author may not have intended to support it.
- addBackground
void addBackground(Bitmap16Bit b)
Undocumented in source. Be warned that the author may not have intended to support it.
- setWindowToTop
void setWindowToTop(Window sender)
Undocumented in source. Be warned that the author may not have intended to support it.
- getStyleSheet
StyleSheet getStyleSheet()
Undocumented in source. Be warned that the author may not have intended to support it.
- closeWindow
void closeWindow(Window sender)
Undocumented in source. Be warned that the author may not have intended to support it.
- moveUpdate
void moveUpdate(Window sender)
Undocumented in source. Be warned that the author may not have intended to support it.
- keyPressed
void keyPressed(string ID, Uint32 timestamp, Uint32 devicenumber, Uint32 devicetype)
Undocumented in source. Be warned that the author may not have intended to support it.
- keyReleased
void keyReleased(string ID, Uint32 timestamp, Uint32 devicenumber, Uint32 devicetype)
Undocumented in source. Be warned that the author may not have intended to support it.
- mouseButtonEvent
void mouseButtonEvent(Uint32 which, Uint32 timestamp, Uint32 windowID, Uint8 button, Uint8 state, Uint8 clicks, Sint32 x, Sint32 y)
Undocumented in source. Be warned that the author may not have intended to support it.
- passMouseEvent
void passMouseEvent(int x, int y, int state)
Undocumented in source. Be warned that the author may not have intended to support it.
- mouseWheelEvent
void mouseWheelEvent(uint type, uint timestamp, uint windowID, uint which, int x, int y, int wX, int wY)
Undocumented in source. Be warned that the author may not have intended to support it.
- passScrollEvent
void passScrollEvent(int wX, int wY, int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- mouseMotionEvent
void mouseMotionEvent(uint timestamp, uint windowID, uint which, uint state, int x, int y, int relX, int relY)
Undocumented in source. Be warned that the author may not have intended to support it.