Skip to content

Latest commit

 

History

History
115 lines (86 loc) · 3.75 KB

File metadata and controls

115 lines (86 loc) · 3.75 KB

API Coverage

Coding Style (Application)

Note

openFrameworks style (which covered in cc4v) is not planned in Odin version, because method call (function pointer) style will not match Odin.)

Sokol GL interop

Function Callbacks (for Processing style)

  • 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