mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-09 08:55:02 +00:00
Bug #1849729. Adding class DLLEXPORT attributes, removing method-specific ones.
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1249 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -61,7 +61,7 @@ void refreshConsole() {
|
||||
|
||||
}
|
||||
|
||||
DLLEXPORT void projectM::key_handler( projectMEvent event,
|
||||
void projectM::key_handler( projectMEvent event,
|
||||
projectMKeycode keycode, projectMModifier modifier ) {
|
||||
|
||||
switch( event ) {
|
||||
|
||||
Reference in New Issue
Block a user