「molvieProjectionDefault(API)」の版間の差分

提供: Eospedia
移動: 案内検索
(API)
 
行22: 行22:
 
キーボードイベント
 
キーボードイベント
 
  extern void lmolvieProjectionKeyboard(unsigned char pushkey, int x, int y);
 
  extern void lmolvieProjectionKeyboard(unsigned char pushkey, int x, int y);
[[lmolvie(API)#molvieProjection]]参照
+
参照:[[lmolvie(API)#molvieProjection]]

2015年3月20日 (金) 07:08時点における最新版

DataExpress/eosOpenGL/src/molvieProjectionDefaultmolvieProjectionのためのAPIです。

定数

構造体

#define WIN_WIDTH  (600)
#define WIN_HEIGHT (600)
#define WIN_POSX   (0)
#define WIN_POSY   (0)
#define WIN_NAME   "molvieProjection ver. 1.00"
#define SUBWIN_WIDTH  (256)
#define SUBWIN_HEIGHT (256)
#define SUBWIN_POSX   (610)
#define SUBWIN_POSY   (0)
#define SUBWIN_NAME   "Ortho"

API

メイン関数

extern int main(int argc, char* argv[]);

キーボードイベント

extern void lmolvieProjectionKeyboard(unsigned char pushkey, int x, int y);

参照:lmolvie(API)#molvieProjection