kons-9 icon indicating copy to clipboard operation
kons-9 copied to clipboard

Explore glop integration

Open kaveh808 opened this issue 1 year ago • 2 comments

Let's see if we can implement the glfw functionality using glop, which some of you prefer.

The idea would be a rewrite of minimal-ui.lisp using glop.

kaveh808 avatar Aug 26 '22 00:08 kaveh808

So while writing a key binding back end for glop I noticed it doesn't accept modifiers in it's on-key on-button methods, nor does it report modifiers in it's events. That's probably acceptable in games, but not for an application I think, especially if you want to allow people to customize their keybindings.

JMC-design avatar Aug 29 '22 20:08 JMC-design

Yeah, we definitely need modifiers.

kaveh808 avatar Aug 29 '22 20:08 kaveh808