We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a28765 commit 1fb9a81Copy full SHA for 1fb9a81
RGFW-buffer/RGFW.odin
@@ -242,7 +242,7 @@ Key :: enum u32 {
242
};
243
244
Event :: struct {
245
- keyName : cstring, /*!< key name of event */
+ keyName : [16]i8, /*!< key name of event */
246
/*! drag and drop data */
247
/* 260 max paths with a max length of 260 */
248
droppedFiles : [MAX_DROPS][MAX_PATH]i8,
RGFW/RGFW.odin
0 commit comments