1 #ifndef HRK_INPUT_EVENTS_H
2 #define HRK_INPUT_EVENTS_H
27 void register_event(
Key_event* key_event);
37 bool has_quit_event(
void)
const;
38 bool has_focus(
void)
const;
39 bool is_visible(
void)
const;
41 bool is_key_pressing(SDLKey key)
const;
42 bool is_button_pressing(Uint8 button)
const;
51 void set_window_rect(
const RectF& offset_magnify);
Definition: Key_event.h:16
位置
Definition: PointF.h:12
Definition: Click_event.h:16
矩形
Definition: RectF.h:16
Definition: Joystick_state.h:15