![]() |
GL CHOCO ENGINE
|
全プラットフォーム共通で使用可能なマウスボタン定義と、マウスイベント構造体定義 More...
#include <stdbool.h>

Go to the source code of this file.
Data Structures | |
| struct | mouse_event_args |
| マウスイベント付随情報 More... | |
| struct | mouse_event |
| マウスイベント構造体 More... | |
Typedefs | |
| typedef struct mouse_event_args | mouse_event_args_t |
| マウスイベント付随情報 | |
| typedef struct mouse_event | mouse_event_t |
| マウスイベント構造体 | |
Enumerations | |
| enum | mouse_button_t { MOUSE_BUTTON_LEFT , MOUSE_BUTTON_RIGHT } |
| マウスボタン種別リスト(中ボタンは多分使わないので省略した) More... | |
全プラットフォーム共通で使用可能なマウスボタン定義と、マウスイベント構造体定義
| typedef struct mouse_event_args mouse_event_args_t |
マウスイベント付随情報
| typedef struct mouse_event mouse_event_t |
マウスイベント構造体
| enum mouse_button_t |