Skip to content

Instantly share code, notes, and snippets.

View kcvinker's full-sized avatar

kcvinu kcvinker

View GitHub Profile
@kcvinker
kcvinker / code.odin
Created October 20, 2023 19:02
Code
Control :: struct
{
kind : ControlKind,
name : string,
handle : HWND,
controlID : UINT,
parent : ^Form,
text : string,
width, height : int,
xpos, ypos : int,