* Where's the code for inputs in Grub?
@ 2014-05-29 15:24 Gerard Butler
2014-06-02 13:50 ` Andrey Borzenkov
0 siblings, 1 reply; 2+ messages in thread
From: Gerard Butler @ 2014-05-29 15:24 UTC (permalink / raw)
To: grub-devel@gnu.org
[-- Attachment #1: Type: text/plain, Size: 189 bytes --]
I'm looking for the .c file that tells grub about how to handle keyboard inputs? I want to see if I can use that as a base to write a module to take input from game controllers.
[-- Attachment #2: Type: text/html, Size: 406 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Where's the code for inputs in Grub?
2014-05-29 15:24 Where's the code for inputs in Grub? Gerard Butler
@ 2014-06-02 13:50 ` Andrey Borzenkov
0 siblings, 0 replies; 2+ messages in thread
From: Andrey Borzenkov @ 2014-06-02 13:50 UTC (permalink / raw)
To: The development of GNU GRUB; +Cc: legendary_bibo
В Thu, 29 May 2014 09:24:13 -0600
Gerard Butler <legendary_bibo@hotmail.com> пишет:
> I'm looking for the .c file that tells grub about how to handle keyboard inputs? I want to see if I can use that as a base to write a module to take input from game controllers.
Look under grub-core/term. Your driver would need to implement function
for getting keys and register itself with grub_term_register_input() so
it becomes available for grub core.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-06-02 13:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-29 15:24 Where's the code for inputs in Grub? Gerard Butler
2014-06-02 13:50 ` Andrey Borzenkov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).