Note
openFrameworks style (which covered in cc4v) is not planned in Odin version, because method call (function pointer) style will not match Odin.)
- on_init (example)
- on_event (example)
- on_exit (example)
- on_key_pressed (example)
- on_key_released (example)
- on_mouse_pressed (example)
- on_mouse_released (example)
- on_mouse_moved (example)
- size (example)
- title (example)
- mouse_x (example)
- mouse_y (example)
- mouse_dx
- mouse_dy
- mouse_button
- mouse_pressed
- mouse_released
- mouse_just_pressed
- mouse_just_released
- key (example)
- key_pressed (example)
- key_released
- key_just_pressed (example)
- key_just_released
- scroll_x
- scroll_y
- width
- height
- fullscreen (enter_fullscreen)
- is_fullscreen
- push_matrix
- pop_matrix
- push_style
- pop_style
- scale
- translate
- rotate
- rotate_z
- rotate_deg
- rotate_z_deg
- rad
- deg