#include <cybwinmouse2scriptc.h>
Collaboration diagram for CybWinMouse2ScriptC:

Public Methods | |
| CybWinMouse2ScriptC (CybWorldC *, CybGraphicChannelC *) | |
| void | Button (int bnr, int state, int x, int y) |
| void | Motion (int x, int y) |
| void | KeyPressed (char ch) |
| void | SetScript (CybScriptC *) |
| void | SetWindowSize (long w, long h) |
Protected Methods | |
| void | CalcMousePos (int iX, int iY, VectorC &, VectorC &, SFRotation &) |
Protected Attributes | |
| CybWorldC * | m_pWorld |
| CybGraphicChannelC * | m_pChannel_mouse |
| CybScriptC * | m_pScriptWinEvents |
| long | m_winEventsKeyID |
| long | m_winEventsMousePosID |
| long | m_winEventsMouseDirID |
| long | m_winEventsMouseOriID |
| long | m_winEventsMouseButtonID |
| long | m_winMousePosX_alt |
| long | m_winMousePosY_alt |
| SFBool | m_bMouseLogOn |
| long | m_winWidth |
| long | m_winHeight |
|
||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
Definition at line 50 of file cybwinmouse2scriptc.h.
00050 {m_winWidth=w;m_winHeight=h;}
|
|
|
Definition at line 67 of file cybwinmouse2scriptc.h. |
|
|
Definition at line 58 of file cybwinmouse2scriptc.h. |
|
|
Definition at line 59 of file cybwinmouse2scriptc.h. |
|
|
Definition at line 57 of file cybwinmouse2scriptc.h. |
|
|
Definition at line 60 of file cybwinmouse2scriptc.h. |
|
|
Definition at line 64 of file cybwinmouse2scriptc.h. |
|
|
Definition at line 62 of file cybwinmouse2scriptc.h. |
|
|
Definition at line 63 of file cybwinmouse2scriptc.h. |
|
|
Definition at line 61 of file cybwinmouse2scriptc.h. |
|
|
Definition at line 68 of file cybwinmouse2scriptc.h. |
|
|
Definition at line 65 of file cybwinmouse2scriptc.h. |
|
|
Definition at line 66 of file cybwinmouse2scriptc.h. |
|
|
Definition at line 68 of file cybwinmouse2scriptc.h. |
1.3-rc2